php-install Digest 16 Dec 2001 01:42:51 -0000 Issue 604
Topics (messages 5310 through 5314):
Re: php in command mode linux
5310 by: Rasmus Lerdorf
php & php3
5311 by: e ee
5314 by: Remo Mattei
GMP LIB for win32?
5312 by: Marios Karagiannopoulos
php compilation error on MacOSX10.1
5313 by: mario
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]
----------------------------------------------------------------------
--- Begin Message ---
./configure
make
make install
On Fri, 14 Dec 2001, Remo Mattei wrote:
> Hi guys could someone tell me what do I need to do to get php install on
> a command line in linux I would like to do php -q script name but I
> cannot find the php executable but it works well on apache since I am
> using php for webpages.
>
> Thanks,
>
> Remo
>
>
>
--- End Message ---
--- Begin Message ---
Hello,
I currently have php 4.06 installed in my webserver.
Im using windows 98 and pws. When I run files with
.php extension it works fine. However, when I try to
run .php3 file extenstions it doesn’t seem to work. I
think I need to configure one of my php.ini file but
cant figure which one and where and what. Also, what
else do i need to do to run the php3 extension file.
I was wondering if someone can help me? Thanks. Would
be much appreciated.
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
--- End Message ---
--- Begin Message ---
it's on your pws
Remo
E Ee wrote:
> Hello,
>
> I currently have php 4.06 installed in my webserver.
> Im using windows 98 and pws. When I run files with
> .php extension it works fine. However, when I try to
> run .php3 file extenstions it doesn't seem to work. I
> think I need to configure one of my php.ini file but
> cant figure which one and where and what. Also, what
> else do i need to do to run the php3 extension file.
> I was wondering if someone can help me? Thanks. Would
> be much appreciated.
>
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
>
--- End Message ---
--- Begin Message ---
Hello to all,
I don't know how to compile the PHP code
For windows with -gmplib features !!
Can anyone help me?
THanks
--- End Message ---
--- Begin Message ---
After having updated the OS to version 10.1 I cannot recompile PHP. This
is the contain of the debug.log file:
CONFIGURE: './configure' '--with-pgsql' '--with-
apxs=/usr/local/apache/sbin/apxs' '--with-zlib-dir' '--with-
gd=/usr/local/gd' '--with-png-dir' '--with-pdflib=/usr/local/lib'
'--enable-magic-quotes' '--enable-debug=no' '--disable-pear' '--with-xml'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -traditional-cpp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT
-DSUPPORT_UTF8
CXX:
CXXFLAGS:
INCLUDES: -I/usr/local/apache/include -I$(top_builddir)/Zend
-I/usr/local/gd/ -I/usr/local/php/ext/mysql/libmysql
LDFLAGS: -L/usr/local/lib -L/usr/local/lib -L/usr/local/gd/
-L/usr/local/gd/ -L/usr/local/pgsql/lib -L/usr/local/pgsql/lib
LIBS: -lpq -lgd -lpng -lz -lz -lm
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/lib /usr/local/gd/ /usr/local/pgsql/lib
uname -a: Darwin localhost 1.4 Darwin Kernel Version 1.4: Sun Sep 9
15:39:59 PDT 2001; root:xnu/xnu-201.obj~1/RELEASE_PPC Power Macintosh
powerpc
gcc -o conftest -g -O2 -traditional-cpp -DDARWIN -DUSE_HSREGEX
-DUSE_EXPAT -DSUPPORT_UTF8 -L/usr/local/lib -L/usr/local/lib
-L/usr/local/gd/ -L/usr/local/gd/ -L/usr/local/pgsql/lib
-L/usr/local/pgsql/lib conftest.c -lpq -lgd -lpng -lz -lz -lm 1>&5
**************************************************************************
***
Trying to run make, the command exits with these messages:
Making all in .
/bin/sh /usr/local/php/libtool --silent --mode=link cc -I.
-I/usr/local/php/ -I/usr/local/php/main -I/usr/local/php
-I/usr/local/apache/inm
/usr/local/php/.libs/libphp4.lax/libZend.al
/usr/local/php/.libs/libphp4.lax/libsapi.al
/usr/local/php/.libs/libphp4.lax/libmain.al
/usr/local/php/.libs/libphp4.lax/libregex.al
/usr/local/php/.libs/libphp4.lax/libzlib.al
/usr/local/php/.libs/libphp4.lax/libgd.al
/usr/local/php/.libs/libphp4.lax/libmysql.al
/usr/local/php/.libs/libphp4.lax/libpcre.al
/usr/local/php/.libs/libphp4.lax/libpdf.al
/usr/local/php/.libs/libphp4.lax/libpgsql.al
/usr/local/php/.libs/libphp4.lax/libposix.al
/usr/local/php/.libs/libphp4.lax/libsession.al
/usr/local/php/.libs/libphp4.lax/libstandard.al
/usr/local/php/.libs/libphp4.lax/libtsrm.al
/usr/bin/ld: -undefined error must be used when -twolevel_namespace is
in effect
make[1]: *** [libphp4.la] Error 1
make: *** [all-recursive] Error 1
**************************************************************************
***
Previously I have been able to compile everything without problems
(except for the pdf support which was missing).
An hint could come from the lines:
checking for PostgreSQL support... yes
./configure: cd: no such file or directory: [41277]
appearing among the ./configure output, but I can't understand which
directory name is missing.
Mario Fabretto
via E. Fermi, 18
34070 Turriaco (GO)
--- End Message ---