[PHP-INSTALL] PHP 5 Error: make: *** [sapi/cli/php] Error 1

2004-07-02 Thread Jough P
Hi all, I'm having trouble installing PHP 5 on a Fedora Core 2 box. I get through ./configure fine but during the make I get errors like this: ext/pcre/php_pcre.lo(.text+0x2e38):/home/jough/php-5.0.0RC3/ext/pcre/ php_pcre.c:1482: undefined reference to `php_pcre_exec' collect2: ld

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-10 Thread Jough
, surely a enormous mistake from me, but i > don't see ... If somebody can help ... > > Alain DESEINE. > > Jani Taskinen wrote: > > > On Thu, 8 Mar 2001, Jough wrote: > > > > >./configure --with-mysql=/usr/local/ > > >--with-apache=/home/jough

Re: [PHP-INST] MYSQL-functions under APACHE

2001-03-09 Thread Jough
I know that with php4 you have to use the --with-mysql option when you configure: ./configure --with-mysql Before you configure php3 you might want to use the help option: ./configure --help and see if ther are any options for MySQL - Make your time! http://jough.raspberrytea.com On Fri,

[PHP-INST] pdflib - no errors but no pdf functions!

2001-03-08 Thread Jough
7;ve also tried to use pdf_new(), pdf_open() and other pdf functions. Here is an exerpt from my root command history: cd ../pdflib-3.03 ./configure --enable-shared-pdflib make make install cd ../apache_1.3.19 ./configure cd ../php-4.0.4pl1 ./configure --with-mysql=/usr/local/ --with-apache=