php-install Digest 6 Jul 2001 01:50:23 -0000 Issue 347

Topics (messages 3412 through 3417):

configure problem
        3412 by: John Moxnes
        3413 by: John Moxnes

php - snmp
        3414 by: Stefanos Dim

Module installation PLEASE HELP !!!!!
        3415 by: Bryce

Configuration issues w/PHP4, MySQL, Apache on RH7.1
        3416 by: Gabriel McAtee

Compilation error
        3417 by: Tim Johnson

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Hei

When I run :

./configure  --with-mysql=/usr/local/mysql
--with-apache=/usr/local/src/apache_1.3.14 --enable-track-vars


I got the following error:

creating ext/xml/expat/xmltok/Makefile
creating sapi/apache/Makefile
creating regex/Makefile
creating main/internal_functions.c
+--------------------------------------------------------------------+
|                       *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| [EMAIL PROTECTED] mailing list and include appropiate      |
| information about your setup.                                      |
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+



The debug.log is:

CONFIGURE:   './configure' '--with-mysql=/usr/local/mysql'
'--with-apache=/usr/local/src/apache_1.3.14' '--enable-track-vars'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DSUPPORT_UTF8
CXX:        
CXXFLAGS:   
INCLUDES:    -I/usr/local/src/apache_1.3.14/src/include
-I/usr/local/src/apache_1.3.14/src/os/unix  -I$(top_builddir)/Zend
-I/usr/local/mysql/include
LDFLAGS:     -L/usr/local/mysql/lib -L/usr/local/mysql/lib
LIBS:       -lmysqlclient 
DLIBS:      
SAPI:       apache
PHP_RPATHS:  /usr/local/mysql/lib
uname -a:   OSF1 stamme.chembio.ntnu.no V5.1 732 alpha

gcc -o conftest -g -O2  -DSUPPORT_UTF8  -L/usr/local/mysql/lib
-L/usr/local/mysql/lib conftest.c -lmysqlclient  1>&5


I am using the  QUICK INSTALL(Static) as a guide.

The mysql version is:

mysql-3.23.38-dec-osf5.1-alphaev6


I am thankful if you can help me.

*****************************************************************************
**           John Moxnes             *   Tlf : 73594107                    ** 
**   Fakultet for kjemi og biologi   *   Fax : 73590628                    **
**        Hoyskoleringen 5           *                                     **
**      N-7491 Trondheim-NTNU        * email : [EMAIL PROTECTED] **
*****************************************************************************







Hei

When I run :

./configure  --with-mysql=/usr/local/mysql
--with-apache=/usr/local/src/apache_1.3.14 --enable-track-vars


I got the following error:

creating ext/xml/expat/xmltok/Makefile
creating sapi/apache/Makefile
creating regex/Makefile
creating main/internal_functions.c
+--------------------------------------------------------------------+
|                       *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| [EMAIL PROTECTED] mailing list and include appropiate      |
| information about your setup.                                      |
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+



The debug.log is:

CONFIGURE:   './configure' '--with-mysql=/usr/local/mysql'
'--with-apache=/usr/local/src/apache_1.3.14' '--enable-track-vars'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DSUPPORT_UTF8
CXX:        
CXXFLAGS:   
INCLUDES:    -I/usr/local/src/apache_1.3.14/src/include
-I/usr/local/src/apache_1.3.14/src/os/unix  -I$(top_builddir)/Zend
-I/usr/local/mysql/include
LDFLAGS:     -L/usr/local/mysql/lib -L/usr/local/mysql/lib
LIBS:       -lmysqlclient 
DLIBS:      
SAPI:       apache
PHP_RPATHS:  /usr/local/mysql/lib
uname -a:   OSF1 stamme.chembio.ntnu.no V5.1 732 alpha

gcc -o conftest -g -O2  -DSUPPORT_UTF8  -L/usr/local/mysql/lib
-L/usr/local/mysql/lib conftest.c -lmysqlclient  1>&5


I am using the  QUICK INSTALL(Static) as a guide.

The mysql version is:

mysql-3.23.38-dec-osf5.1-alphaev6


I am thankful if you can help me.

*****************************************************************************
**           John Moxnes             *   Tlf : 73594107                    ** 
**   Fakultet for kjemi og biologi   *   Fax : 73590628                    **
**        Hoyskoleringen 5           *                                     **
**      N-7491 Trondheim-NTNU        * email : [EMAIL PROTECTED] **
*****************************************************************************







I would like to see php executing snmp commands. But i
do not know how to configure php so that it
recorgnizes the snmp functions. I'm working with
redhat linux 7.0.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




I have PHP4.0b2 installed on my server,

I don't have any access to the php.ini file
and I need to install the following module :

GD Graphic Library

for the function :

imagecreatefromjpeg();


Thanks for your help !

Bryce






So.... I have MySQL up and working, Apache up and working, and PHP4 up and
working... but not connecting to MySQL.  I ran
"configure --with-mysql=/usr/bin/mysql" which apparently is not correct...
it returned an error stating that it could not find the MySQL libraries in
the indicated path.  Could someone give me a pointer here?  I've been
struggling with this for a week and a half now, and not making any progress
to speak of...   :(

--
_______________________________________
_______________________________________
_______________________________________
Gabriel K. McAtee
Consultant
Project Leadership Associates
250 S. Wacker Dr., Suite 345
Chicago, IL 60606
_______________________________________
_______________________________________
_______________________________________






I've recently taken over running an old linux machine and I want to put PHP
4.0.6 on it. Everything goes fine until the 'make' of php where I then get
the following error

gcc  -I. -I/usr/src/php-4.0.6/ext/standard -I/usr/src/php-4.0.6/main -I/usr/
src/php-4.0.6 -I/usr/src/apache_1.3.20/src/include -I/usr/src/apache_1.3.20/
src/os/unix -I/usr/src/php-4.0.6/Zend -I/usr/src/php-4.0.6/ext/mysql/libmysq
l -I/usr/src/php-4.0.6/ext/xml/expat/xmltok -I/usr/src/php-4.0.6/ext/xml/exp
at/xmlparse -I/usr/src/php-4.0.6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g
 -O2  -c filestat.c && touch filestat.lo
filestat.c: In function `php_if_diskfreespace':
filestat.c:157: storage size of `buf' isn't known
make[3]: *** [filestat.lo] Error 1

I upgraded the GNU fileutils hopeing that was the issue, but it wasn't. Can
anyone offer any suggestions?

Tim




Reply via email to