Hello:
I am running a Fedora Core 5 system as a web
server with Apache 2.2.3, PHP 5.1.5, and MySQL 5.0.22
I would like to setup a PostNuke CMS website which
uses PHP and MySQL. However, when I get to the point where it needs to
connect to my database to install the tables I get the follo
[ Markus Jung ]
> Hi there!
>
> Please can somone help me how my configure-command should lokk like or what I
> can do that
> PHP5 is compiled with the static libxml2.a instead of the shared libxml2.so.
>
> I've tried it with this:
> LDFLAGS="-R/usr/local/phplibs/libxml2/usr/local" truss -o truss
[ Jaysen B. Johnson, EMT-B ]
> Hello:
>
> I am running a Fedora Core 5 system as a web server with Apache
> 2.2.3, PHP 5.1.5, and MySQL 5.0.22
>
> I would like to setup a PostNuke CMS website which uses PHP and
> MySQL. However, when I get to the point where it needs to connect to
> my databas
Title: Re: [PHP-INSTALL] Howto compiling PHP with using static libxml2 instead of the shared one
Response
** This is an automated reply to your message to Email Abuse. **Your message has been delivered to our email abuse department. This department handles complaints from
Title: Re: [PHP-INSTALL] php5 and mysql support
Response
** This is an automated reply to your message to Email Abuse. **Your message has been delivered to our email abuse department. This department handles complaints from users that are receiving unwanted email. We try o
I am having trouble getting php-5.1.6 to compile with pgsql.
my configuration:
'./configure' \
'--with-mysql' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--with-gettext' \
'--with-curl' \
'--enable-safe-mode' \
'--with-openssl' \
'--with-pgsql=shared' \
'--with-xml=/usr/' \
'--with-zlib-dir=/us
markh wrote:
I am having trouble getting php-5.1.6 to compile with pgsql.
my configuration:
'./configure' \
'--with-mysql' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--with-gettext' \
'--with-curl' \
'--enable-safe-mode' \
'--with-openssl' \
'--with-pgsql=shared' \
'--with-xml=/usr/' \
'--wit
Hello:
I am running a Fedora Core 5 system as a web
server with Apache 2.2.3, PHP 5.1.5, and MySQL 5.0.22
I would like to setup a PostNuke CMS website which
uses PHP and MySQL. However, when I get to the point where it needs to
connect to my database to install the tables I get the foll
Hello,
If you have MySQL installed, then you already have the libraries. Just
configure PHP:
--with-mysql=/usr/local/mysql
regards,
Peter
--- "Jaysen B. Johnson, EMT-B" <[EMAIL PROTECTED]> wrote:
> Hello:
>
> I am running a Fedora Core 5 system as a web server with Apache 2.2.3, PHP
> 5