[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] GD 2.x install on Cobalt Raq4?



Steve & all:

I tried to compile PHP as instructed, but it is not creating the DSO Module.

Here is the error I get:

Installing PHP CLI binary:        /usr/bin/
Installing PHP SAPI module
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
cp: cannot stat `libs/libphp4.so': No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1

I am running;

 ./my_config.sh   (configure script)
 make
 make install

Here is my config script

#!/bin/bash
# my_config.sh  PHP 4.3.0 Configure script
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs \ 
--with-exec-dir=/usr/bin --with-libdir=/usr/lib --with-zlib \
--with-gd --enable-gd-native-ttf --with-jpeg --with-png \
--with-freetype-dir=/usr/include/freetype2 --with-ttf --with-t1lib \
--with-regex=system --with-db --with-gdbm \
--with-mbstring --with-mbstr-enc-trans --with-gettext-/usr \
--with-ldap --with-imap-ssl --with-imap --with-curl-shared \
--with-mysql=shared --with-interbase=shared --with-pgsql=shared \
--with-pdflib=shared --enable-ftp --enable-xml \
--enable-trans-sid --enable-inline-optimization --enable-track-vars \
--enable-wddx=shared --enable-mm=shared --enable-magic-quotes \
--disable-debug --enable-safe-mode --with-config-file-path=/etc/httpd

Any help provided is greatly appreciated.

________________________
James C. Montz    RHCE
Hosting Services Engineer
James Tower
<http://www.jamestower.com>