I sent this to general, but thought this might be appropriate
Begin forwarded message:
From: electroteque <[EMAIL PROTECTED]>
Date: 15 November 2004 7:53:25 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Mysql 4.1.7 + PHP 4.3.9
Is this a possible combination ? Work is trying to compile PHP4 a
Heh i think that is the first thing i checked here is my paths,
/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin:/opt/csw/bin:/usr/sbin:/usr/bin
/usr/local/lib:/opt/csw/lib:/usr/local/libxml/sparcv9/lib:
What can i do PHP is still playing up.
I installed a different iconv package that installs into /
Heh i think that is the first thing i checked here is my paths,
/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin:/opt/csw/bin:/usr/sbin:/usr/bin
/usr/local/lib:/opt/csw/lib:/usr/local/libxml/sparcv9/lib:
What can i do PHP is still playing up.
-Original Message-
From: electroteque [mailto
Hi there,i am still trying after 2 weeks to try and get PHP5 installed on
solaris 9, it looks like it will try and install domxml via default, i
installed libxml with packages and i think libxml or php is trying to get to
this link
grep: can't open /usr/local/lib/libiconv.la
/opt/csw/bin/gsed: can
hi there having a problem compile php 4.3.0 here is the error
In file included from /usr/src/sources/php/php-4.3.0/ext/gd/libgd/gdft.c:49:
/usr/local/etc/freetype/include/freetype2/freetype/freetype.h:41:22:
ft2build.h: N
o such file or directory
there hasnt be a php distro since 4.2 where i have
if anyone else wants to install sablot and has a custom system , you need to
mod configure goto the line where it statically checks for a sablot include
files and change it to your path
for i in /usr/local/etc/xslt; do
condition="$i$XSLT_TEST_FILE"
if test -r $condition; then
dont use rpm's at all use soure , i did a base net install of RH8 most of
the packages i didnt even select coz i wanted to get them manually were
older versions and unpatched versions with security issues dammit ! , you
will need sablot for xslt support , goto www.php.net/xslt and check out
sablot
sendmail logs ?
"Nick petros" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> i have install php to a linux server.
> I have about 200 domains hosted in my server.
> One of this domains have php mailbomber. The user
> upload this, make mailbombs and afte
hi guys i am trying to use a distint query like so
"SELECT DISTINCT tp.userID,DATE_FORMAT(tp.date,\"%W, %D %M %Y\") AS
date,tp.photo,tp.galleryID,u.username,g.gallery FROM temp_photos tp LEFT
JOIN users u ON tp.userID=u.userID LEFT JOIN galleries g ON
tp.galleryID=g.galleryID"
i am getting many r
hi guys having apache2filter errors compiling php 4.2.2 and 4.3 against both
apache 2.0.39 and 2.0.43
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/usr/local/etc/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-rec
never mind i got it working found something about this and needed to remove
the old gd 1.8 all i did was rm libgd.a in /usr/local/lib and it has all
compiled fine now finally !!
"Electroteque" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED].
hi i got this error starting http after compiling gd2 with php 4.2.1
Syntax error on line 230 of /usr/local/etc/apache_2.0.39/conf/httpd.conf:
Cannot load /usr/local/etc/apache_2.0.39/modules/libphp4.so into server:
/usr/loca
l/etc/apache_2.0.39/modules/libphp4.so: undefined symbol:
gdImageColorC
obviously there is a bug just like the same problem i had with apache
installing with 4.2.1
"Maxim Volkov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I am experiencing the same problem as Electroteque -- Can
how can i uninstall gd 1.8 ?
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You have 2 different versions of gd on your system. Clean up the mess and
> try again.
>
> -Rasmus
>
> On Mon, 29 Jul 2002,
hi guys how can i get these two to work together ? i cant seem to compile gd
2 against php at all when i tried in 4.2.1 and now i am getting this error
in 4.2.2
In file included from gd.c:36:
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows
non-sta
tic
gd.c:92: conflicti
nal source , it took me 2 days to
figure all this out, the old days install took me an hour or even less , 2
days is rediculous
-Original Message-
From: leandro asnaghi-nicastro [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 19, 2002 12:41 PM
To: electroteque
Cc: [EMAIL PROTECTED]
Subject:
hi where could i find a howto to get mod_perl working in apache ?
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
" for example" whereever your original php source is , i put it in
/usr/local/etc then symlink it back to php for easy reference, and i keep
all my sources there so if it craps out i can symlink back to and older
version, unfortunatly apache 2 doesnt like to be compiled into itself, so i
put that
i tried that patch to the php_functions.c file as suggested it didnt work,
it didnt like that include file there , so i went to the snapshot version
copied over the php_functions.c file from there which was already patched
and fixed , and everything compiled fine and is running i sent my configure
Original Message-
From: leandro asnaghi-nicastro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 18 July 2002 12:52 PM
To: electroteque
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error
On This Day, in the Year of Our Lord 18 Jul 02, at 11:38, thus spake
electro
this time ,
dammit !
-Original Message-
From: leandro asnaghi-nicastro [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 11:17 AM
To: electroteque
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error
I get this exact same error when I apply the patch
* [all-recursive] Error 1
man why distribute a release if its not gonna work
-Original Message-
From: Chris Santerre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 3:41 AM
To: 'electroteque'; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile er
yes but, it stated it required apache 2.0.40 or something like that it isnt
even available on the site yet ?? i'll try the patch and see how it goes
-Original Message-
From: Chris Santerre [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 3:41 AM
To: 'electrotequ
hi guys i am getting this error when compiling php
-g -O2 -pthread -DZTS -prefer-pic -c php_functions.c
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/usr/local/etc/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-rec
24 matches
Mail list logo