E
evilbob
Guest
Hiya, just wondering if anyone has any ideas on this...trying to get mod_throttle working with plesk (all the config side is set up, but not getting that far).
I've untarred the mod_throttle files, and typed make...this is the output...any ideas? Guessing something obvious, it actually makes the .so file, but then doesn't work, I'm assuming due to the errors below (if those errors are standard let me know, but can't believe they are).
Thanks in advance.
make
/usr/local/psa/admin/bin/apxs -c mod_throttle.c
cc -DHARD_SERVER_LIMIT=512 -DDEFAULT_PATH="/usr/local/psa/admin/bin:/bin:/usr/bin" -DLINUX=22 -DTARGET="httpsd" -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_SSL=208122 -DEAPI -O -pipe -W -Wall -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/lib/dist/usr/include -DPLESK_Linux -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/plesk-utils/include -DBSG_CR -DBSG_MSG -I/usr/include -DHAS_RPM -O3 -fexpensive-optimizations -I/usr/kerberos/include -fstrength-reduce -pipe -I/usr/include/libxml2 -Wno-unused-parameter -fpic -DSHARED_MODULE -I/usr/local/psa/admin/include -c mod_throttle.c
mod_throttle.c: In function `critical_acquire':
mod_throttle.c:818: warning: implicit declaration of function `ap_start_shutdown'
mod_throttle.c: In function `merge_dir_config':
mod_throttle.c:1308: warning: comparison between signed and unsigned
mod_throttle.c: In function `init_module':
mod_throttle.c:1337: warning: unused variable `i'
mod_throttle.c: In function `cmd_preserve':
mod_throttle.c:1526: warning: long unsigned int format, unsigned int arg (arg 3)
mod_throttle.c:1549: warning: long unsigned int format, int arg (arg 3)
mod_throttle.c:1568: warning: long unsigned int format, int arg (arg 3)
mod_throttle.c: In function `cmd_restore':
mod_throttle.c:1666: warning: comparison between signed and unsigned
mod_throttle.c:1699: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_max_delay':
mod_throttle.c:2069: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_refresh':
mod_throttle.c:2089: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_indicator':
mod_throttle.c:2127: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_over_limit':
mod_throttle.c:2214: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_document':
mod_throttle.c:2367: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_idle':
mod_throttle.c:2475: warning: comparison between signed and unsigned
mod_throttle.c:2490: warning: long unsigned int format, unsigned int arg (arg 7)
mod_throttle.c: In function `policy_speed':
mod_throttle.c:2541: warning: comparison between signed and unsigned
mod_throttle.c:2565: warning: long unsigned int format, unsigned int arg (arg 7)
mod_throttle.c: In function `adjust_speed':
mod_throttle.c:2597: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_original':
mod_throttle.c:2651: warning: comparison between signed and unsigned
mod_throttle.c: In function `status_html_header':
mod_throttle.c:3294: warning: unknown conversion type character `"' in format
mod_throttle.c:3294: warning: unknown conversion type character `"' in format
mod_throttle.c: In function `status_html_line':
mod_throttle.c:3353: warning: comparison between signed and unsigned
mod_throttle.c:3354: warning: comparison between signed and unsigned
mod_throttle.c:3381: warning: comparison between signed and unsigned
mod_throttle.c: In function `server_status':
mod_throttle.c:3498: warning: unused variable `arg'
mod_throttle.c: In function `general_html_header':
mod_throttle.c:3658: warning: unknown conversion type character `"' in format
mod_throttle.c:3658: warning: unknown conversion type character `"' in format
mod_throttle.c:3619: warning: unused variable `title'
mod_throttle.c: In function `general_html_line':
mod_throttle.c:3727: warning: comparison between signed and unsigned
mod_throttle.c:3728: warning: comparison between signed and unsigned
mod_throttle.c: At top level:
mod_throttle.c:3881: warning: missing initializer
mod_throttle.c:3881: warning: (near initialization for `content_handlers[5].handler')
mod_throttle.c:3917: warning: missing initializer
mod_throttle.c:3917: warning: (near initialization for `command_table[10].func')
mod_throttle.c:3948: warning: missing initializer
mod_throttle.c:3948: warning: (near initialization for `throttle_module.add_module')
mod_throttle.c: In function `throttle_user':
mod_throttle.c:1908: warning: `err' might be used uninitialized in this function
mod_throttle.c: In function `visitor_status':
mod_throttle.c:3827: warning: `vp' might be used uninitialized in this function
mod_throttle.c:3778: warning: `config' might be used uninitialized in this function
mod_throttle.c:3779: warning: `visitor' might be used uninitialized in this function
mod_throttle.c: In function `general_html_header':
mod_throttle.c:3618: warning: `config' might be used uninitialized in this function
mod_throttle.c:3619: warning: `view' might be used uninitialized in this function
mod_throttle.c: In function `general_html_line':
mod_throttle.c:3705: warning: `config' might be used uninitialized in this function
mod_throttle.c:3706: warning: `visitor' might be used uninitialized in this function
mod_throttle.c:3706: warning: `view' might be used uninitialized in this function
cc -shared -o mod_throttle.so mod_throttle.o
I've untarred the mod_throttle files, and typed make...this is the output...any ideas? Guessing something obvious, it actually makes the .so file, but then doesn't work, I'm assuming due to the errors below (if those errors are standard let me know, but can't believe they are).
Thanks in advance.
make
/usr/local/psa/admin/bin/apxs -c mod_throttle.c
cc -DHARD_SERVER_LIMIT=512 -DDEFAULT_PATH="/usr/local/psa/admin/bin:/bin:/usr/bin" -DLINUX=22 -DTARGET="httpsd" -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_SSL=208122 -DEAPI -O -pipe -W -Wall -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/lib/dist/usr/include -DPLESK_Linux -I/home/builder/pb_work_dir/psa_aiconfig_7.5.3/psa/plesk-utils/include -DBSG_CR -DBSG_MSG -I/usr/include -DHAS_RPM -O3 -fexpensive-optimizations -I/usr/kerberos/include -fstrength-reduce -pipe -I/usr/include/libxml2 -Wno-unused-parameter -fpic -DSHARED_MODULE -I/usr/local/psa/admin/include -c mod_throttle.c
mod_throttle.c: In function `critical_acquire':
mod_throttle.c:818: warning: implicit declaration of function `ap_start_shutdown'
mod_throttle.c: In function `merge_dir_config':
mod_throttle.c:1308: warning: comparison between signed and unsigned
mod_throttle.c: In function `init_module':
mod_throttle.c:1337: warning: unused variable `i'
mod_throttle.c: In function `cmd_preserve':
mod_throttle.c:1526: warning: long unsigned int format, unsigned int arg (arg 3)
mod_throttle.c:1549: warning: long unsigned int format, int arg (arg 3)
mod_throttle.c:1568: warning: long unsigned int format, int arg (arg 3)
mod_throttle.c: In function `cmd_restore':
mod_throttle.c:1666: warning: comparison between signed and unsigned
mod_throttle.c:1699: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_max_delay':
mod_throttle.c:2069: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_refresh':
mod_throttle.c:2089: warning: comparison between signed and unsigned
mod_throttle.c: In function `throttle_indicator':
mod_throttle.c:2127: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_over_limit':
mod_throttle.c:2214: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_document':
mod_throttle.c:2367: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_idle':
mod_throttle.c:2475: warning: comparison between signed and unsigned
mod_throttle.c:2490: warning: long unsigned int format, unsigned int arg (arg 7)
mod_throttle.c: In function `policy_speed':
mod_throttle.c:2541: warning: comparison between signed and unsigned
mod_throttle.c:2565: warning: long unsigned int format, unsigned int arg (arg 7)
mod_throttle.c: In function `adjust_speed':
mod_throttle.c:2597: warning: comparison between signed and unsigned
mod_throttle.c: In function `policy_original':
mod_throttle.c:2651: warning: comparison between signed and unsigned
mod_throttle.c: In function `status_html_header':
mod_throttle.c:3294: warning: unknown conversion type character `"' in format
mod_throttle.c:3294: warning: unknown conversion type character `"' in format
mod_throttle.c: In function `status_html_line':
mod_throttle.c:3353: warning: comparison between signed and unsigned
mod_throttle.c:3354: warning: comparison between signed and unsigned
mod_throttle.c:3381: warning: comparison between signed and unsigned
mod_throttle.c: In function `server_status':
mod_throttle.c:3498: warning: unused variable `arg'
mod_throttle.c: In function `general_html_header':
mod_throttle.c:3658: warning: unknown conversion type character `"' in format
mod_throttle.c:3658: warning: unknown conversion type character `"' in format
mod_throttle.c:3619: warning: unused variable `title'
mod_throttle.c: In function `general_html_line':
mod_throttle.c:3727: warning: comparison between signed and unsigned
mod_throttle.c:3728: warning: comparison between signed and unsigned
mod_throttle.c: At top level:
mod_throttle.c:3881: warning: missing initializer
mod_throttle.c:3881: warning: (near initialization for `content_handlers[5].handler')
mod_throttle.c:3917: warning: missing initializer
mod_throttle.c:3917: warning: (near initialization for `command_table[10].func')
mod_throttle.c:3948: warning: missing initializer
mod_throttle.c:3948: warning: (near initialization for `throttle_module.add_module')
mod_throttle.c: In function `throttle_user':
mod_throttle.c:1908: warning: `err' might be used uninitialized in this function
mod_throttle.c: In function `visitor_status':
mod_throttle.c:3827: warning: `vp' might be used uninitialized in this function
mod_throttle.c:3778: warning: `config' might be used uninitialized in this function
mod_throttle.c:3779: warning: `visitor' might be used uninitialized in this function
mod_throttle.c: In function `general_html_header':
mod_throttle.c:3618: warning: `config' might be used uninitialized in this function
mod_throttle.c:3619: warning: `view' might be used uninitialized in this function
mod_throttle.c: In function `general_html_line':
mod_throttle.c:3705: warning: `config' might be used uninitialized in this function
mod_throttle.c:3706: warning: `visitor' might be used uninitialized in this function
mod_throttle.c:3706: warning: `view' might be used uninitialized in this function
cc -shared -o mod_throttle.so mod_throttle.o