thechronic
Verified User
- Joined
- Aug 2, 2006
- Messages
- 9
Ok I've been able to compile an older version of GD lib:
Where do I create the symlink? I tried:
but this doesn't work. I still get this error when making php:
Code:
cd /usr/local/directadmin/custombuild
wget http://www.libgd.org/releases/oldreleases/gd-2.0.34.tar.gz
nano build
change GD version in build script to 2.0.34
./build gd
Where do I create the symlink? I tried:
Code:
link /usr/local/lib/libiconv.so.2 /etc/httpd/lib/libiconv.so.2
Code:
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/sbin/apxs follows:
/usr/sbin/httpd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
apxs:Error: Sorry, no shared object support for Apache.
apxs:Error: available under your platform. Make sure.
apxs:Error: the Apache module mod_so is compiled into.
apxs:Error: your server binary `/usr/sbin/httpd'..
configure: error: Aborting
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file