Web Hosting Talk







View Full Version : /scripts/easyapache


woolly
12-29-2003, 12:37 PM
I am running freebsd 4.8 and WHM/CPanel. I want to recompile apache/php with mcrypt and postgresql support.
However when i compile apache with easyapache i get an error code after compiling for a long time.


/usr/libexec/elf/ld: cannot find -lltdl
*** Error code 1

Stop in /home/cpapachebuild/buildapache/php-4.3.3.
./build all
./build install
Waiting for httpd to restart..............finished.


httpd started ok
./build install
Waiting for httpd to restart..............finished.



can anyone help?
httpd started ok

scooterh
12-29-2003, 12:41 PM
Do you have Postgres installed on your server? it won't compile with that support, unless the postgres is installed.

if its not installed, i think even on bsd you can run /scripts/installpostgres and it will install, don't quote me on that though for the BSD, i know it works just fine on RH servers.

woolly
12-29-2003, 01:15 PM
Originally posted by seraphex
Do you have Postgres installed on your server? it won't compile with that support, unless the postgres is installed.

if its not installed, i think even on bsd you can run /scripts/installpostgres and it will install, don't quote me on that though for the BSD, i know it works just fine on RH servers. postgresql is installed and it is running. I installed it in cpanel from the install ports option.

Steven
12-29-2003, 11:47 PM
u tried installing from inside whm?

woolly
01-01-2004, 06:19 PM
Originally posted by thelinuxguy
u tried installing from inside whm? yes, i have.