[PHP-INSTALL] Compilation breaks under slackware 9.0

2004-11-25 Thread Rodolfo Gonzalez Gonzalez
Hi, my test system: Slackware 9.0.0 Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --h

[PHP-INSTALL] Problem compiling --with-msession w/PHP5 on RH9 (GCC3.2)

2004-09-09 Thread Rodolfo Gonzalez Gonzalez
Hello, I'm getting this message when trying to compile PHP 5.0.1 configured --with-msession on RedHat 9: /usr/bin/ld: .libs/libphp5.so: undefined versioned symbol name operator delete(void*)@@GLIBCPP_3.2 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit stat

[PHP-INSTALL] PHP5 compilation problems with MySQL and MySQLi support.

2004-07-23 Thread Rodolfo Gonzalez Gonzalez
Hello, I'm trying to install PHP5 with --with-mysql and --with-mysqli in a Linux box with MySQL 4.1.3. The relevant config options are: --with-mysqli=/usr/bin/mysql_config \ --with-mysql=/usr \ The last errors are: ... ... : multiple definition of `net_write_command' /usr/lib/mysql/libmysqlclie

[PHP-INST] Source code being showed...

2002-12-29 Thread Lic. Rodolfo Gonzalez Gonzalez
Hi, I have a problem, the stage: redhat-6.2 + apache-1.3.27-rh62 + php-4.3.2(from PHP's tarball). I have the MIME type correctly defined in my httpd.conf, and the code sometimes is interpreted and sometimes it isn't (sometimes it gets passed crude to the browser). I had no problems before, the onl

[PHP-INST] [solved] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
Ok, the problem was MySQL's RPM's. So, here is the solution: if you upgrade a system with glibc < 2.2 using the RPM's downloaded from MySQL.com, you may run into problems with PHP, *even* if the RPM's didn't complain about broken dependencies when they were rpm -F'ed and *even* if you compiled PHP

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
On Wed, 18 Dec 2002, Adam Voigt wrote: > Hmm, if your mysql part looks like: --with-mysql > Try changing it to the full path like: --with-mysql=/usr/local/mysql > (OR whatever the path is) It has the path /usr which has worked before (forgot to post it :). Now I think the problem are the RPM's fr

[PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
Hi, I've just upgraded to MySQL-4.0.5-0 in a RH6.2 (ancient) system, and now I have this problem with PHP: it compiles --with-mysql but when Apache tries to start it drops this message: Starting httpd: Syntax error on line 250 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.

[PHP-INST] apxs not found (Apache 2.0.36 + PHP 4.2.0)

2002-05-10 Thread Rodolfo Gonzalez
Hello, I'm trying to build PHP 4.2.0 + Apache 2.0.36, but configure keeps telling that an error occurred when trying to use apxs (--with-apxs2), and the usage page is displayed. PHP's configure says that the message means that Apache was compiled without --enable-so, but I compiled it with --enab

Re: [PHP-INST] php4.2.0 cr4 and apache 2.0.35 wierdness

2002-04-19 Thread Rodolfo Gonzalez
On 18 Apr 2002, Jim Harritt wrote: > > it stays up. If I do a full stop and start, then it won't come back and I > > still get no complaints about the php module. > I hate to sent a me too, but I've been having this problem since I went > to 2.0.35. But I never tried apachectl restart to load t

Re: [PHP-INST] PHP 4.0.5 and imap

2001-08-21 Thread Lic. Rodolfo Gonzalez Gonzalez
On Wed, 22 Aug 2001, Hanso wrote: > sipport.. How do i know if my actual installation has already got the imap > support? If it doesn´t have it, can i just recompile the PHP 4.0.5 to have configure should hopefully tell you. Regards, Rodolfo. -- PHP Install Mailing List (http://www.php.net

[PHP-INST] It works (was Re: [PHP-INST] Re: [PHP] php 4.0.6 and imap support)

2001-08-21 Thread Lic. Rodolfo Gonzalez Gonzalez
--enable-versioning' The system was a Linux RedHat 7.1 box up to date. I made a rpm, with the shared library, so if you want to try it too in your system without compiling, just ask for it (you'll probably need to remove many configuration options from the .spec and rebuild, anyway,

[PHP-INST] Re: [PHP] php 4.0.6 and imap support

2001-08-21 Thread Lic. Rodolfo Gonzalez Gonzalez
ld the libphp4.so ok, it installs ok, then you restart apache and wow! it doesn't know the mxdriver. Any help will be REALLY appreciated. -- Lic. Rodolfo Gonzalez Gonzalez. Global Networks Technologies S.A. de C.V. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

[PHP-INST] Can't compile php-4.0.6 with libmcrypt-2.4.15 :(

2001-08-20 Thread Lic. Rodolfo Gonzalez Gonzalez
Hi, anyone else with this problem? I have libmcrypt-2.4.15 + mcrypt-2.5.5 and I hav this options specific for mcrypt in my configure wrapper --with-mcrypt=/usr The libmcrypt-config shell script is in the /usr/lib, the same directory where the .a and .so libraries are. And I'm getting this: chec