HOW TO : Upgrade Apache 1.x or 2.x to 2.0.58

welch said:
Same thing here. I am also getting the error :
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1


****FIXED****

How did you fix this? I really really need to resolve this.
 
Anyone have any idea how to resolve this? I cannot start apache.
 
I bombed out of SSH while building Zend. However I could still use Directadmin and could reboot the server in the Admin Tools > Service monitor page.

After the reboot I could log in using SSH again, and I just rebuild Zend and this time it worked perfectly.
 
Getting disconnected on the process

Hello

I am getting a "server unexpectedly closed network connection" error on "./build php_ap2 y"

Why am I getting diconnected?

How can I fix it?

and how this disconnetion does affect the proceess?

Can I continue to the next step or do I have to fix this first?

By the way, I have been disconnected two time on the same process, the first time that happened, I'd restarted my VPS, and then it happened again.

any clues?

regards.

Hugo Hiram
 

Attachments

  • ssh_error.png
    ssh_error.png
    21 KB · Views: 405
@how@ said:
delete php 4.4.2 folder from /usr/local/directadmin/customapache
then build php again ./build php_ap2

Hi, it didn't work. Same problem on same place :(

any other way?

regards.
 
My SSH session ends when running ./build php_ap2 y.

I don't seem to get any further. Anyone ideas ?

Apache isn't working because of that. Luck for me I tested this first on a non-production server :D
 
Use:

./build php_ap2 n

With y, it will recompile zlib which I believe ssh is using (ssh should be a static binary, but for some reason it isn't). Also, we install zlib into /usr/local/lib .. but sshd seems to like ours better than the default system (possibly due to /etc/ld.so.conf paths)

John
 
not work with debian sarge

Hello can you tell me why i have somme error whan i use build on debian sarge , when i make ./build apache_2 error when copying httpd_debian file

and when i do ./build php_ap2 ther not find dir for make

please help :)
 
Well I dont know this for sure with direct admin but I know debian has an oddball apache setup anyway. That is one of the main reasons I couldnt use a debian server
 
I change distrib for Cent Os v4.2
I hope its work fine after that :)

I wait for modification of licence distrib and i test it.
 
but i dont know this distrib :p
Must i do something special to install directadmin on it ?
 
Last edited:
Seth said:
How did you fix this? I really really need to resolve this.

If you are running eaccelerator make sure you remove it from your php.ini

as it will throw out this error

the other thing you need to provide is your logs when starting httpd.

as this will give you the exact problem :)
 
Hi,

After I patched to version2.. my website got lots of errors.

"Warning: error_log(/var/log/www/tep/page_parse_time.log) [function.error-log]: failed to open stream: No such file or directory in /home/admin/domains/sweetgift.com.sg/public_html/includes/functions/database.php on line 60"

Please assist me soon. Thanks

Btw How to uninstall Zend?
 
I never had no problems with the apache 2 upgrade but to compile without zend Id think you would take that line out of the configure.php_ap2
 
Back
Top