[PHP-DEV] Bug #13785 Updated: Compile with MySQL 4.0.0

2001-10-24 Thread autoinfo

ID: 13785
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Assigned
Bug Type: MySQL related
Operating System: FreeBSD 4.4
Old PHP Version: 4.0CVS-2001-10-22
PHP Version: 4.0CVS-2001-10-24
Old Assigned To: derick
Assigned To: 
New Comment:

Now I tested it whith NEW(!!!) 4.0CVS-2001-10-24 and have the following Error:

gmake[1]: Entering directory `/usr/local/src/php'
/bin/sh /usr/local/src/php/libtool --silent --mode=link gcc -I. -I/usr/local/src/php/
-I/usr/local/src/php/main -I/usr/local/src/php -I/usr/local/src/php/Zend
-I/usr/local/include/freetype2/freetype -I/usr/local/include
-I/usr/local/src/imap/c-client -I/usr/local/mysql/include/mysql
-I/usr/local/src/php/ext/xml/expat
-I/usr/local/src/php/TSRM -O2   -o php -export-dynamic   stub.lo libphp4.la

./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to
`mysql_module_entry'

gmake[1]: *** [php] Error 1

With MySQL 3.23.43 - I have not this Error...

Previous Comments:


[2001-10-24 01:02:46] [EMAIL PROTECTED]

reclassified.




[2001-10-22 03:50:32] [EMAIL PROTECTED]

PHP 4.0CVS compiled with same configure parameters, but after MySQL 4.0.0 was upgraded
(from 3.23.43) generated the following error:

gmake[1]: Entering directory `/usr/local/src/php'
/bin/sh /usr/local/src/php/libtool --silent --mode=link gcc -I. -I/usr/local/src/php/ 
-I/usr/local/src/php/main -I/usr/local/src/php -I/usr/local/src/php/Zend 
-I/usr/local/include/freetype2/freetype -I/usr/local/include 
-I/usr/local/src/imap/c-client -I/usr/local/mysql/include/mysql 
-I/usr/local/src/php/ext/xml/expat
-I/usr/local/src/php/TSRM -O2   -o php -export-dynamic   stub.lo libphp4.la

./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to 
`mysql_module_entry'

gmake[1]: *** [php] Error 1

With MySQL 3.23.43 - I have not this Error...





Edit this bug report at http://bugs.php.net/?id=13785edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13785: Compile with MySQL 4.0.0

2001-10-22 Thread autoinfo

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.4
PHP version:  4.0CVS-2001-10-22
PHP Bug Type: Compile Failure
Bug description:  Compile with MySQL 4.0.0

PHP 4.0CVS compiled with same configure parameters, but after MySQL 4.0.0
was upgraded
(from 3.23.43) generated the following error:

gmake[1]: Entering directory `/usr/local/src/php'
/bin/sh /usr/local/src/php/libtool --silent --mode=link gcc -I.
-I/usr/local/src/php/ -I/usr/local/src/php/main -I/usr/local/src/php
-I/usr/local/src/php/Zend -I/usr/local/include/freetype2/freetype
-I/usr/local/include -I/usr/local/src/imap/c-client
-I/usr/local/mysql/include/mysql -I/usr/local/src/php/ext/xml/expat
-I/usr/local/src/php/TSRM -O2   -o php -export-dynamic   stub.lo
libphp4.la

./.libs/libphp4.a(internal_functions.o)(.data+0x20): undefined reference to
`mysql_module_entry'

gmake[1]: *** [php] Error 1

With MySQL 3.23.43 - I have not this Error...
-- 
Edit bug report at: http://bugs.php.net/?id=13785edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13412: IMAP don't compile propertly

2001-09-24 Thread autoinfo

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.4-RC
PHP version:  4.0.6
PHP Bug Type: *General Issues
Bug description:  IMAP don't compile propertly

I have :
c-client library
All headers are deployed in /usr/local/include/c-client directory.

My config-file for make is :
 QUOTE
-
./configure \
--with-mod_charset \
--enable-track-vars \
--enable-sysvsem \
--enable-sysvshm \
--enable-shared \
--with-apache=/usr/local/src/apache \
--with-pgsql=/usr/local/pgsql \
--with-mysql=/usr/local \
--with-gd=/usr/local \
--with-jpeg-dir=/usr/local \
--without-ttf \
--without-ndbm \
--without-dbm \
--without-gdbm \
--with-imap \
--with-xml  /dev/null
 EDN OF QUOTE
-


Then, when I'm trying to configure Apache, the process stops, as described
below:
 QUOTE
-
Configuring for Apache, Version 1.3.20
 + using installation path layout: Apache (config.layout)
 + activated php4 module (modules/php4/libphp4.a)
 + activated auth_pgsql module (modules/auth_pgsql/mod_auth_pgsql.c)
 + activated rru module (modules/extra/mod_rru.o)
 + activated auth_mysql module (modules/auth_mysql/libauth_mysql.a)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for FreeBSD 4.4 platform
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
o charset_module uses ConfigStart/End
o php4_module uses ConfigStart/End
o auth_pgsql_module uses ConfigStart/End
o auth_mysql_module uses ConfigStart/End
 + checking sizeof various data types
 + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed.  The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.

cd ..; gcc  -I/usr/local/include/mysql  -funsigned-char -DRUSSIAN_APACHE
-I/usr/
local/src/php -I/usr/local/src/php/main -I/usr/local/src/php/main
-I/usr/local/s
rc/php/Zend -I/usr/local/src/php/Zend -I/usr/local/src/php/TSRM
-I/usr/local/src
/php/TSRM -I/usr/local/src/php -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./
apaci` -o helpers/dummy helpers/dummy.c   -L/usr/local/lib/mysql
-lmysqlclie
nt -lcrypt   -L/usr/local/pgsql/lib -lpq  -R/usr/local/lib
-R/usr/local/lib/mysq
l -R/usr/local/pgsql/lib  -rdynamic -L/usr/local/lib -L/usr/local/lib/mysql
-L/u
sr/local/pgsql/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4
-lmodph
p4  -lpam -lc-client4  -lpq -lmysqlclient -lcrypt -lpam -lgd -ljpeg -lcrypt
-lm
 -lcrypt   -lcrypt
/usr/local/lib/libc-client4.so: undefined reference to `mm_expunged'
/usr/local/lib/libc-client4.so: undefined reference to `mm_diskerror'
/usr/local/lib/libc-client4.so: undefined reference to `mm_lsub'
/usr/local/lib/libc-client4.so: undefined reference to `mm_flags'
/usr/local/lib/libc-client4.so: undefined reference to `mm_fatal'
/usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical'
/usr/local/lib/libc-client4.so: undefined reference to `mm_notify'
/usr/local/lib/libc-client4.so: undefined reference to `mm_searched'
/usr/local/lib/libc-client4.so: undefined reference to `mm_status'
/usr/local/lib/libc-client4.so: undefined reference to `mm_login'
/usr/local/lib/libc-client4.so: undefined reference to `mm_list'
/usr/local/lib/libc-client4.so: undefined reference to `mm_critical'
/usr/local/lib/libc-client4.so: undefined reference to `mm_exists'
 EDN OF QUOTE
-

Also, I've tried to compile IMAP with PHP 4.0.6 and with snaps version,
with I have obtained from 
http://snaps.php.net:8080/php4-200109240135.tar.gz
Unfortunately, the result was same...

-- 
Edit bug report at: http://bugs.php.net/?id=13412edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10608: Don't read max_execution_time value in php.ini

2001-05-02 Thread autoinfo

From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.3
PHP version:  4.0.5
PHP Bug Type: PHP options/info functions
Bug description:  Don't read max_execution_time value in php.ini

I work with php in command line :

php -c php.ini dir -f filename

Command script exit with message : Profiling timer expired

This bug I look after migrate from 4.0.4pl1 to 4.0.5


-- 
Edit Bug report at: http://bugs.php.net/?id=10608edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]