I'm new to PHP and need some help with compiling packages . I'm trying to
install the php-sqlite3 class file (php-sqlite3.php) using a source files from
PECL. The instructions say
1. unzip & untar the package
2. run "phpize"
3. run "./configure --with-sqlite3=c:\sqlite3
4. make && make install
5.
Hello,
I tried to compile PHP-GTK 2.0.1 with PHP 5.3.1 on Windows.
The first errors I was able to fix. The patch file with my fixes you find as
an attachment to this mail.
But now I get following error and I don't know why. VC9 doesn't find the
SG-definition, but SAPI.h is included in php_gtk+.c.
On 5/4/09 2:52 AM, "Michael A. Peters" wrote:
> Tom Worster wrote:
>> i've an outstanding verification to do for a php bug fix. can anyone point
>> me at instructions for compiling the latest csv snapshot for testing on os-x
>> without installing over my current installed php?
>
> I assume you c
Tom Worster wrote:
i've an outstanding verification to do for a php bug fix. can anyone point
me at instructions for compiling the latest csv snapshot for testing on os-x
without installing over my current installed php?
I assume you can compile as a non privileged and set a prefix during
co
i've an outstanding verification to do for a php bug fix. can anyone point
me at instructions for compiling the latest csv snapshot for testing on os-x
without installing over my current installed php?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
Hi there,
I am trying to get a 64 bit suse 10.3 system to run with php 5. Somehow
it does not recognize the libjpg which is definatelly in place:
server:/home/sw/php-5.2.9 # './configure' '--enable-fastcgi'
'--with-mysql=/usr/local/mysql' '--prefix=/usr/local/php'
'--with-apxs2=/usr/local/ap
I was able to get past the configure problem. It was apparently
associated with the --with-imap option and I don't need imap support.
In any case, I got to the make test and got the following failures:
=
FAILED TEST SUMMARY
--
I am attempting to compile PHP 5.2.3 and am having trouble with the
configuration step:
configure: error: utf8_mime2text() has new signature, but
U8T_CANONICAL is missing. This should not happen. Check config.log
for additional information.
I cannot figure this one out. Any help would be
Ave,
Trying to configure, build & compile PHP 5.2.3 on a Mac OS X 10.3.9 from
scratch (Since there is no installer available for Panther). Installed all
dependencies. Latest mySQL 5 client/server is installed (Using the mySQL
Installer available at the mySQL website). I did not build & compile my
On 7/19/07, Rahul Sitaram Johari <[EMAIL PROTECTED]> wrote:
Unless anyone has a better solution of getting php 5.2.3 on mac os x 10.3.9
http://destiney.com/blog/php-4-5-macos-x
--
Greg Donald
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.ph
Ave,
I¹m running php 5.0.2 on Mac OS X 10.3.9 (Panther) which I had installed
using entropy.ch¹s installer.
Time to upgrade but not sure which way to go. Apparently Entropy does not
support anything < 10.4 (Tiger).
I¹ve looked around macports & fink but can¹t get any clear direction. Tried
mac
On Sunday 13 August 2006 22:00, Chris wrote:
> Ray Hauge wrote:
> > I use Slackware linux, and XMLRPC is not compiled in by default with my
> > distro, so I'm compiling PHP myself. It's always been a simple enough
> > task. First I get and install the required xmlrpc-epi libraries, and then
> > I
Ray Hauge wrote:
I use Slackware linux, and XMLRPC is not compiled in by default with my
distro, so I'm compiling PHP myself. It's always been a simple enough task.
First I get and install the required xmlrpc-epi libraries, and then I compile
PHP telling it where I just installed them. Now I
I use Slackware linux, and XMLRPC is not compiled in by default with my
distro, so I'm compiling PHP myself. It's always been a simple enough task.
First I get and install the required xmlrpc-epi libraries, and then I compile
PHP telling it where I just installed them. Now I get this error me
Recently I've not been able to compile PHP 5.1.2 on OS X 10.4 with gd
and freetype2 support. I've found various threads on this, but none
of the proposed fixes work. My configure line includes:
--with-gd=/sw --with-freetype-dir=/sw/lib/freetype2 --with-t1lib=/sw
It doesn't report any problem
seems like as soon as I post to the list, I end up figgereing it out..
anyway, heres what ended up working.
./configure -v --with-oci8=/apps/oracle
--with-apxs=/local/apache-1333/bin/apxs
--with-gd=/local/stuff --with-mysql=/local/stuff --with-curl
--with-imap=/local/jason/imap-2002d
--with-
been fighting this for a while but can find no definitave docs that say how
exactly and with
what options are needed to enable this..
Here is what Im using for my config
./configure -v --with-oci8=/apps/oracle
--with-apxs=/local/apache-1333/bin/apxs
--with-gd=/local/stuff --with-mysql=/local
[snip]
I have been digitizing a bungh of 35 mm slides for a client and making
a static index and putting all of this on a CD.
They are getting to the stage where they would like it to be at least
somewhat dynamic. On my laptop I have installed XAMPP and it seems to
work decently well.
Is there s
HI All,
I have been digitizing a bungh of 35 mm slides for a client and making
a static index and putting all of this on a CD.
They are getting to the stage where they would like it to be at least
somewhat dynamic. On my laptop I have installed XAMPP and it seems to
work decently well.
Is there
I'm using VC6++ and the VC2003 Toolkit
I downloaded a dev tree from:
http://ftp.emini.dk/pub/php/win32/dev/php_build/
the compile keeps failing with:
Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp
sunfuncs.obj : error LNK2001: unresolved external symbol __ftol2
uuen
On 07/07/2005, at 12:29 PM, Rasmus Lerdorf wrote:
Well, where is it? Probably in a libs or .libs directory.
-Rasmus
You aint the Demigod for nothing you know :P
iElectro:/usr/share/php-5.1.0b2/ext/hello root# gcc -dynamic
-flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/us
Dan Rossi wrote:
>
> On 07/07/2005, at 11:43 AM, Rasmus Lerdorf wrote:
>
>>>
>>
>> Yeah, the OSX build is a bit messed up right now. You can fix it
>> manually by doing a copy-paste of the final link line and replace
>> hello.lo with hello.o
>>
>> -Rasmus
>>
>>
>
> thanks mate however I get fil
On 07/07/2005, at 11:43 AM, Rasmus Lerdorf wrote:
Yeah, the OSX build is a bit messed up right now. You can fix it
manually by doing a copy-paste of the final link line and replace
hello.lo with hello.o
-Rasmus
thanks mate however I get file cannot be found, i even tried to symlink
it
Dan Rossi wrote:
> Hi there I am trying to compile the demo example hello world extension
> on OSX with no luck I keep getting errors when trying to compile.
>
> iElectro:/usr/share/php-5.1.0b2/ext/hello electroteque$ make
> gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
>
Hi there I am trying to compile the demo example hello world extension
on OSX with no luck I keep getting errors when trying to compile.
iElectro:/usr/share/php-5.1.0b2/ext/hello electroteque$ make
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/usr/share/php-5.1.0b2/
Hi guys...
I compiled PHP 4.3.9 on AIX 5.3 ML02 with this command...
# ./configure --enable-calendar --enable-ftp --with-gd --with-gettext
--enable-mime-magic --with-mysql --with-iconv --enable-mbstring=all
--enable-mbregex --with-apxs=/opt/apps/apache/1.3.33/bin/apxs
--with-zlib-dir=/usr/loc
On Wed, June 15, 2005 6:39 am, Shane Presley said:
> I have a RedHat system running Apache and PHP Version 4.3.2. These
> were pre-installed Red Hat packages. Things worked nicely.
What you are missing is the RPM "apache-devel" or "httpd-devel" or
"somethinghereaboutapache-devel"
The "*-devel"
Hello,
I have a RedHat system running Apache and PHP Version 4.3.2. These
were pre-installed Red Hat packages. Things worked nicely.
But I needed to recompile PHP, because I need Oracle support, and this
package wasn't compiled with
--with-oracle=/path/to/oracle/home/dir
--with-oci8=/path/
Hi!
I would like to compile PDO + PDO_sqlite statically into PHP 5.0.4.
First I downloaded PDO-0.3.tgz and PDO_SQLITE-0.3.tgz and extracted them
to /my/phpsrcdir/ext. I renamed the directories from "PDO-0.3" to "pdo"
and from "PDO_SQLITE-0.3" to "pdo_sqlite".
I tried to follow these instruct
On 5/28/05, Gary C. New <[EMAIL PROTECTED]> wrote:
> I am trying to compile phpcap-0.2e with php-4.2.3 and get the following
> configure error:
Is there a *really* good reason why you're still running 4.2.3? It's
over two years out of date and a lot of bugs and security holes have
been fixed since
I am trying to compile phpcap-0.2e with php-4.2.3 and get the following
configure error:
./configure: line 52860: syntax error near unexpected token
`PHP_NEW_EXTENSION(phpcap,'
./configure: line 52860: ` PHP_NEW_EXTENSION(phpcap, phpcap.c,
$ext_shared)'
The phpcap INSTALL file show php-4.3.
Hi all,
For some reason, when I compile php on my FreeBSD 5.4 machine (amd64
architecture), it is not creating the shared object file.
Here is my config :
./configure --with-apxs=/usr/local/apache/bin/apxs --enable-ftp
--with-mcrypt=/usr/local -with-openssl -enable-url-fopen-wrapper
--enable-ft
On Fri, May 6, 2005 5:37 am, Dan Rossi said:
> I was going to ask, without the need of requesting our admins to
> recompile php all the time is there a way in the meantime to compile
> extensions and load them dynamically without the need for root access
> to some of the php libraries ? I have alwa
On 08/05/2005, at 1:03 AM, Rory Browne wrote:
I believe(although I stand to be corrected, that there is a threading
MLM on apache 2 - this would rule out dl() AFAIK
We're not using Apache2 yet coz of the thread issue with php however i
am setting up a prefork setup for development.
--
PHP Genera
On 07/05/2005, at 3:16 AM, Rory Browne wrote:
It depends:
What webserver are you using?
PHP/Apache will let you load extensions using .htaccess, which can be
your own extensions, located in a directory that you have write access
to. I've never tried it but something like
php_extension_dir /home/yo
> yes you can do if u have compiled apache to support apache dynamic extensions.
It doesn't matter how you compile apache.
It's how you've configured PHP, and what type of server it's running
on, how the server handles multiple clients. Zeus, and IIS don't AFAIK
support dl(). I reckon it's safe
On 5/6/05, Dan Rossi <[EMAIL PROTECTED]> wrote:
> I was going to ask, without the need of requesting our admins to
> recompile php all the time is there a way in the meantime to compile
> extensions and load them dynamically without the need for root access
> to some of the php libraries ? I have a
On 5/6/05, Dan Rossi <[EMAIL PROTECTED]> wrote:
> is there a way in the meantime to compile
> extensions and load them dynamically without the need for root access
> to some of the php libraries ?
You can compile/install extensions anywhere and load them with dl().
--
Greg Donald
Zend Certifie
I was going to ask, without the need of requesting our admins to
recompile php all the time is there a way in the meantime to compile
extensions and load them dynamically without the need for root access
to some of the php libraries ? I have always compiled in personally so
have never tried it.
Ok, I am using Apache 2.0.51, and PHP 4.3.8. I compiled both srpms with
the "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" added to the CFLAGS.
Attached is the last few lines of an strace httpd -X. Compiling without
these flags works fine.
## strace
###
Jon wrote:
I'm running Fedora Core 1, all packages up to date. I want to add large
file support to php. I downloaded the source rpm. Added
"-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS in the spec file,
rebuilt the rpm and installed it. Apache starts fine but I get
"[notice] child pid X
I'm running Fedora Core 1, all packages up to date. I want to add large
file support to php. I downloaded the source rpm. Added
"-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS in the spec file,
rebuilt the rpm and installed it. Apache starts fine but I get
"[notice] child pid exit si
DAvid wrote:
> 1) Does adding 'shared,' as a ./configure option mean the module is
> compiled
> as an external, dynamically loaded module as compared to the module being
> statically linked into the 'exe' file? So that adding 'shared,' means I
> must
> add a line in the PHP ini file to load the ext
1) Does adding 'shared,' as a ./configure option mean the module is compiled
as an external, dynamically loaded module as compared to the module being
statically linked into the 'exe' file? So that adding 'shared,' means I must
add a line in the PHP ini file to load the extension (or load with a
On Monday 03 January 2005 08:18, Aaron Paulley wrote:
> The error I'm getting when running ./configure is this:
>
> configure: error: libjpeg.(a|so) not found.
>
>
> I know libjpeg is installed, I just installed it. Here is my ./configure:
Assuming that you have installed it in a fairly standard l
Aaron Paulley wrote:
The error I'm getting when running ./configure is this:
configure: error: libjpeg.(a|so) not found.
I know libjpeg is installed, I just installed it. Here is my ./configure:
./configure --with-mysql --with-apxs=/www/bin/apxs --with-xml
--enable-ftp --with-gd --enable-magic-quot
The error I'm getting when running ./configure is this:
configure: error: libjpeg.(a|so) not found.
I know libjpeg is installed, I just installed it. Here is my ./configure:
./configure --with-mysql --with-apxs=/www/bin/apxs --with-xml
--enable-ftp --with-gd --enable-magic-quotes --with-jpeg-di
Hello Raditha,
Thursday, December 23, 2004, 3:26:47 PM, you wrote:
>> The 'F' in RTFM really means >>'Fine' when used in a PHP context.
RD> poor Greg, the political correctness monitors are going to fall on him
RD> like a ton of bricks.
:)
and I have to say - the "F" in RTFM has NEVER stood fo
On Thu, 23 Dec 2004 16:33:30 +, Richard Davey <[EMAIL PROTECTED]> wrote:
> and I have to say - the "F" in RTFM has NEVER stood for "Fine" in my
> books :)
You people and your double quotes.. pffftt.
:)
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/
Greg Donald wrote:
On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote:
I do have a rudimentary knowledge of *nix stuff
I don't mean to offend, but it doesn't really seem so. Basic *nix
skills usually include knowing how to configure, compile, and install
software fr
Greg Donald wrote:
On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote:
I do have a rudimentary knowledge of *nix stuff
I don't mean to offend, but it doesn't really seem so. Basic *nix
skills usually include knowing how to configure, compile, and install
software f
On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote:
> I do have a rudimentary knowledge of *nix stuff
I don't mean to offend, but it doesn't really seem so. Basic *nix
skills usually include knowing how to configure, compile, and install
software from source. The PHP docs
> OK, I guess I'll try to read the instructions again. I *have* tried
> reading them on multiple occasions but its just greek to me.
Then your next question to the list should be along the lines of: "I have tried
the instructions at http://... I got to step X and couldn't get any further. I
typ
[EMAIL PROTECTED] wrote:
Quoting Donald Tyler <[EMAIL PROTECTED]>:
I did RTFM. The exact page you linked to in fact:
QUOTE:
Requirements
In order to have these functions available, you must compile PHP with
support for the mysqli extension.
END QUOTE
That is the whole point of my request. I nee
Donald Tyler wrote:
I did RTFM. The exact page you linked to in fact:
QUOTE:
Requirements
In order to have these functions available, you must compile PHP with
support for the mysqli extension.
END QUOTE
That is the whole point of my request. I need a guide explaining *how*
to compile the PHP S
hope it helps...
peace..
-Original Message-
From: [EMAIL PROTECTED]
Sent: Dec 22, 2004 2:10 PM
To: Donald Tyler <[EMAIL PROTECTED]>
Cc: php-general@lists.php.net
Subject: Re: [PHP] Compiling PHP Source guides
Quoting Donald Tyler <[EMAIL PROTECTED]>:
> I did RTFM. The exac
Quoting Donald Tyler <[EMAIL PROTECTED]>:
> I did RTFM. The exact page you linked to in fact:
>
> QUOTE:
>
>
> Requirements
>
> In order to have these functions available, you must compile PHP with
> support for the mysqli extension.
>
>
> END QUOTE
>
> That is the whole point of my request. I n
Donald Tyler wrote:
I did RTFM. The exact page you linked to in fact:
QUOTE:
Requirements
In order to have these functions available, you must compile PHP with
support for the mysqli extension.
END QUOTE
That is the whole point of my request. I need a guide explaining *how*
to compile the PHP S
I did RTFM. The exact page you linked to in fact:
QUOTE:
Requirements
In order to have these functions available, you must compile PHP with
support for the mysqli extension.
END QUOTE
That is the whole point of my request. I need a guide explaining *how*
to compile the PHP Source.
John Nichel
John Nichel wrote:
Donald Tyler wrote:
Hi,
I am looking for a guide on compiling PHP 4. I am a complete newbie to
compiling and have no idea where to start, so any links to guides
and/or other useful info would be much appreciated.
What OS are you using? I have found compiling on Windows to be
Donald Tyler wrote:
Hi,
I am looking for a guide on compiling PHP 4. I am a complete newbie to
compiling and have no idea where to start, so any links to guides and/or
other useful info would be much appreciated.
My reason is that I need MySQL 4 support, but I would like to get a
general overvi
Donald Tyler wrote:
I am looking for a guide on compiling PHP 4. I am a complete newbie to
compiling and have no idea where to start, so any links to guides and/or
other useful info would be much appreciated.
PHP is a scripting language, no need to compile it.
If you're really new, 2 links from t
Hi,
I am looking for a guide on compiling PHP 4. I am a complete newbie to
compiling and have no idea where to start, so any links to guides and/or
other useful info would be much appreciated.
My reason is that I need MySQL 4 support, but I would like to get a
general overview of compiling a pr
Octavian Rasnita wrote:
Thanks. I found encPHP very easy to use.
Now, I have another question. I would like to be able to encrypt the PHP
code for distributing to others. Is there a method of encrypting the code
before creating a binary executable from it?
Search the archives. This has been discus
directory and
run the php program from that location, so the php code can be seen.
Thanks.
Teddy
- Original Message -
From: "Mike" <[EMAIL PROTECTED]>
To: "'Octavian Rasnita'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November
--Original Message-
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 30, 2004 8:01 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Compiling a php program
>
> Hi all,
>
> Does anyone know a free php compiler that can create a single
>
Hi all,
Does anyone know a free php compiler that can create a single .exe program
with all the necessary libraries included in it?
I don't want that .exe file to require other .dll files.
I have tried a compiler named PriadoBlender or something like that, but it
has a bad interface which is not
* Thus wrote Aaron Gould:
> I just compiled PHP with an extension for testing purposes
> (mnoGoSearch). After all was said and done, the CLI version sees the
> mnogosearch extension just fine ("php -m"), but the Apache module
> doesn't see it at all (nothing "mnogosearch" related at all in "PHP
I just compiled PHP with an extension for testing purposes
(mnoGoSearch). After all was said and done, the CLI version sees the
mnogosearch extension just fine ("php -m"), but the Apache module
doesn't see it at all (nothing "mnogosearch" related at all in "PHPINFO()").
I've added "extension=m
Hi...
Im trying to compile PHP 4.3.8 on Solaris 7 with apache 1.3.27. First, I configure PHP using this parameters:
# ./configure --with-apache=../apache_1.3.27 --enable-versioning \
--without-mysql --with-sybase=/usr/local/freetds --without-gd \
--enable-track-vars --with-sys
Could anyone explain how to install PHP 5 on Windows running IIS 5.1? I following the
supplied instructions but the extensions were not loading and I had them configured
correctly in php.ini and when I would create a phpinfo page, there would be access
errors and the PHP and Zend logos would not
Lo all,
The software... FreeBSD4.9-STABLE, Apache 1.3.27, and PHP4 4.3.7 (From
Ports).
Everything compiles fine, running mySQL Client version 5.0
LDD shows:
[EMAIL PROTECTED]:/usr/local/libexec/apache# ldd
/usr/local/libexec/apache/libphp4.so
/usr/local/libexec/apache/libphp4.so:
lib
* Thus wrote Zilvinas Saltys:
> Hello,
>
> I need to compile sqlanywhere module.
> http://www.sybase.com/detail/1,6904,1019698,00.html
heh.. thats funny a zip that contains a tar.gz file...
> Theyr documentation says that i need to compile the whole php source tree. That is
> not an easy task
Hello,
I need to compile sqlanywhere module.
http://www.sybase.com/detail/1,6904,1019698,00.html
Theyr documentation says that i need to compile the whole php source tree. That is not
an easy task on gentoo with ebuilds. Well i managed to do that.
But maybe there is an easier way? To compile se
Hello,
I think there has to be some compile issues with PHP and the newer
Payflow SDKs
from VeriSign [Linux]. There is no longer a Beta SDK apparently for
any of the platforms.
I have consistenly received the following error: "the pfpro extension
requires
version 2 or 3 of the SDK." I have at
Aaron Gould wrote:
Has anyone here had recent success compiling PHP with mnoGoSearch?
Consider ASPSeek. It's a spin off from mnogo. It does have a lot of
other benefits including faster speeds.
--
Raditha Dissanayake.
-
http://www.raditha.com/megaupload
John Nichel wrote:
Aaron Gould wrote:
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during
PHP's make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multi
Aaron Gould wrote:
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
definition of
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
definition of `mysql_port'
Just
Curt Zirzow wrote:
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all sorts of errors at the end of the compilation:
/usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
definition of `mysql_port'
Just
* Thus wrote Aaron Gould ([EMAIL PROTECTED]):
> "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
> make, I get all sorts of errors at the end of the compilation:
>
> /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple
> definition of `mysql_port'
Just a guess b
Has anyone here had recent success compiling PHP with mnoGoSearch?
I'm trying to get PHP 4.3.7 and mnoGoSearch 3.1.21 to work together, but
it's just not working. mnoGoSearch configures and installs fine (in
"/usr/local/mnogosearch"), and PHP configures fine. But during PHP's
make, I get all s
--- Richard Kurth <[EMAIL PROTECTED]> wrote:
> Hello ,
>
> How can I compile PHP so that it does not mater
> what version of
> mysql is installed.
> If I compile it for mysql 3.X and then upgrade
> mysql to ver 4
> PHP will not install.
> I get error while loading shared libraries:
> li
Hello ,
How can I compile PHP so that it does not mater what version of
mysql is installed.
If I compile it for mysql 3.X and then upgrade mysql to ver 4
PHP will not install.
I get error while loading shared libraries: libmysqlclient.so.12: cannot open shared
object file
this is how
Does anybody knows how can i compile (or get a
compiled binary) for php that works on a Itanium runing on a Windows Server @ 64
bits?
I try searching for a gcc version for the Itanium
processor but i couln't found any avaliable, does anybody know were i can find
any compiler that works?
Hi there,
in my previous post I wrote that I tryed to install php4.x with apache2.x and it generated problems with a module.
Now I installed apache 1.3.29 and it still does throw the same errors during make of php4.x
My guess is that this is coused because I have compiled sablot and curl by hand
On Thursday 01 April 2004 17:19, Terence wrote:
> I currently follow the following steps when I need to compile a new module
> in PHP:
[snip]
> Then all works fine. If I leave out any of the above steps, the
> re-compilation doesnt work. Is there an easier way or do I need to do this
> each time
I currently follow the following steps when I need to compile a new module
in PHP:
1) Delete old source folders for APACHE and PHP (/usr/local/src)
2) Stop APACHE service
3) Delete the installation directories (/usr/local/apache /usr/local/php4)
4) Re-configure APACHE
5) Re-configure PHP; make; m
On Monday 08 March 2004 04:44 pm, Tariq Murtaza wrote:
> Hi All
>
> Is there any way to use compiled form of libraries/classes in PHP.
> Comments please...
http://turck-mmcache.sourceforge.net/
>
> Regards,
> Tariq
--
Evan Nemerson
[EMAIL PROTECTED]
http://coeusgroup.com/en
--
Hi All
Is there any way to use compiled form of libraries/classes in PHP.
Comments please...
Regards,
Tariq
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Transmit Report:
To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED])
--- Begin Message ---
Hi php-general,
I have continusously following error compiling php5 with gd-support:
ext/gd/gd.lo: In function `zm_deactivate_gd':
/usr/local/src/php-5.0.0b3/ext/gd/gd.c:445: undefined re
Hi php-general,
I have continusously following error compiling php5 with gd-support:
ext/gd/gd.lo: In function `zm_deactivate_gd':
/usr/local/src/php-5.0.0b3/ext/gd/gd.c:445: undefined reference to `gdFreeFontCache'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Fehler 1
Here is m
Brad Pauly wrote:
On Thu, 2004-01-22 at 09:43, Thaddeus J. Quintin wrote:
I'm trying to get php 4.3.4 installed as a module for Apache 1.3.28. I
have apache unzipped/untarred and I ran the ./configure script for it
(per the instructions in the PHP install). I then configured php with
the fol
On Thu, 2004-01-22 at 09:43, Thaddeus J. Quintin wrote:
> I'm trying to get php 4.3.4 installed as a module for Apache 1.3.28. I
> have apache unzipped/untarred and I ran the ./configure script for it
> (per the instructions in the PHP install). I then configured php with
> the following line-
I'm trying to get php 4.3.4 installed as a module for Apache 1.3.28. I
have apache unzipped/untarred and I ran the ./configure script for it
(per the instructions in the PHP install). I then configured php with
the following line-
$ ./configure --with-mysql=/usr/local/mysql \
--with-a
Hi James,
James Marcinek wrote:
>Hello Everyone,
>
>I'm still having problems compiling the latest version of PHP. I have
>several issues
>
>- The apache 2 that was installed was from a Red Hat package. From what I
>can tell it is configured in a manner that is similar to the
>with-apxs2filter. T
Hello Everyone,
I'm still having problems compiling the latest version of PHP. I have
several issues
- The apache 2 that was installed was from a Red Hat package. From what I
can tell it is configured in a manner that is similar to the
with-apxs2filter. The configuration file that point to this k
On Thursday 11 December 2003 09:59 am, you wrote:
> Hi,
> Problem is, I want to compile on my win2k pro machine for the linux
> dedicated machine..
Okay, it's called cross-compiling, and it's a huge pain in the arse. My
advice: don't do it. If you don't have a lot of experience with GCC, it's
Hey David,
Thanks, no offense taken.
>HTH
Sure did.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ryan --
...and then Ryan A said...
%
% Hi,
Hi!
% Problem is, I want to compile on my win2k pro machine for the linux
% dedicated machine..
% I have never compiled php before, I got one of those "ready to go packages"
% (PHP+MySql+Apache - in one .exe file)
While it's not impossible, you
1 - 100 of 257 matches
Mail list logo