Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-17 Thread fredk2
assuming you compile your own apache 2.x you can configure with --enable-static-support so that the support tools have no lib dependencies. another thing that works - although i cannot say it is the best method (i am no compiler expert) - is to export the var CC="gcc -static-libgcc" before the c

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-16 Thread Alex Joseph
if the two computer have the same OS, you can use"ldd -r /usr/local/apache2/bin/rotatelogs"  to locate the missed libraries, and copy it from the right one.HI, Joshua; >Your base problem is that gcc is not installed correctly on your>system.  Its libraries should be in the system-wide LD_LIBRARY_PA

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-16 Thread Shawn Beard
This was on a different server. I tried those instructions and they didnt work. I did figure it out though. It appeard as though a new environment is being created for rotatelogs. I had to do the crle command like this: crle -l /lib:/usr/lib:/usr/local/lib Which will alter the dynamic linker p

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-16 Thread Joshua Slive
On 8/15/06, Shawn Beard <[EMAIL PROTECTED]> wrote: We upgraded a server from 2.0.49 to 2.0.58. It seemed to go fine. However after a short while it locks up. In the error log I get this: piped log program '/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/qnettech-test-access.log 86400

[EMAIL PROTECTED] Apache upgrade problem

2006-08-15 Thread Shawn Beard
We upgraded a server from 2.0.49 to 2.0.58. It seemed to go fine. However after a short while it locks up. In the error log I get this: piped log program '/usr/local/apache2/bin/rotatelogs /usr/local/apache2/logs/qnettech-test-access.log 86400' failed unexpectedly ld.so.1: rotatelogs: fatal: li