eva2000
05-03-2001, 01:39 PM
I have WHM/Cpanel on my server and currently PHP4.04pl1 is compiled as a static module with the '--with-apache' option and support for mysql. This is what is compiled
./configure' '--with-apache=../apache_1.3.17' '--with-mysql' '--with-gd' '--with-freetype' '--enable-track-vars' '--with-jpeg-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--enable-ftp' '--enable-sockets' '--with-openssl=/usr' '--with-sysvshm' '--with-sysvsem' '--with-imap' '--with-curl' '--with-zlib'
Can I have PHP compiled as dynamic and not static modules with Cpanel/WHM?
i.e. with '--with-apxs' rather than '--with-apache' ? will WHM/Cpanel work still ? Just wondering because later i want to install postgresql 7.1 and sybase ASE 11.3.3 (the free version) and add/recompile PHP4 to support these 2 other databases but, from what i understand as a static module to recompile PHP for this Apache has to be recompiled as well ?
./configure' '--with-apache=../apache_1.3.17' '--with-mysql' '--with-gd' '--with-freetype' '--enable-track-vars' '--with-jpeg-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--enable-ftp' '--enable-sockets' '--with-openssl=/usr' '--with-sysvshm' '--with-sysvsem' '--with-imap' '--with-curl' '--with-zlib'
Can I have PHP compiled as dynamic and not static modules with Cpanel/WHM?
i.e. with '--with-apxs' rather than '--with-apache' ? will WHM/Cpanel work still ? Just wondering because later i want to install postgresql 7.1 and sybase ASE 11.3.3 (the free version) and add/recompile PHP4 to support these 2 other databases but, from what i understand as a static module to recompile PHP for this Apache has to be recompiled as well ?
