host4leicester
Verified User
- Joined
- Jun 23, 2003
- Messages
- 25
there is nothing in that file.
is this wrong?
it said all files were succesfully installed...
is this wrong?
it said all files were succesfully installed...
host4leicester said:Here is the error we are getting (same server as mq-james)
Make Complete
Installing php...
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PHP SAPI module: apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment: /usr/local/lib/php/
make[1]: *** [install-pear-installer] Segmentation fault
make: *** [install-pear] Error 2
*** The install has failed, do you want to try to install it again? (y,n):
.That should file the core dump generated from the make. It should also tell you which program is actually causing the seg fault.find . -name core -exec file {} \;
That should rebuild everything from scratch. If you still get seg faults doing this, then there is something else wrong with your system.cd /usr/local/directadmin/customapache
rm -f configure.*
./build update
./build clean
./build all
host4leicester said:there is nothing in that file.
is this wrong?
it said all files were succesfully installed...
cd /usr/local/directadmin/customapache
rm -f configure.*
./build update
./build clean
./build all
host4leicester said:well it compiled succesfully and it restarted succesfully but its still acting like its not working (domains not loading...)
service httpd restart
It's standard, only the freetype thingy has been added.#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--with-freetype-dir=/usr/local/lib \
--enable-sockets \
--enable-track-vars