[PHP-INSTALL] Problem with ".configure" (php-5.5.4) and libxml2

2013-10-06 Thread Jason
Hi to all of you, This is my first mail to any mailing list, so please tell me if i'm doing something wronge. Here is my intention for installing php-5.5.4: I'm having a NAS on which i use optware with running php 5.2. Now i wanted to install an "owncloud", but they need php >5.2. I'm still

[PHP-INSTALL] Problem with LDAP module. Any help?

2012-06-06 Thread Garey Mills
Hello - I am trying to compile PHP 5.3.13 on Solaris 10 with ldap support. I have installed openldap libraries. I have included a --with-ldap flag in the configuration command that points to the installed library Compilation, testing and installation proceed as norm

[PHP-INSTALL] Problem Running Curl

2011-11-21 Thread Gmail
Hello, We have just ported over our site from a hosting facility and struggling to get curl working. We are using compiled Apache2, PHP php-5.3.8 with curl-7.22.0 with a 64 bit distro of Cent OS 2.6.18-238.19.1.el5. My phpinfo says curl is installed and enabled. Note, I did not modify the

[PHP-INSTALL] Problem increasing max file descriptors (OS X Lion 10.7, PHP 5.3.8 via Macports)

2011-11-07 Thread René Fournier
I have a working socket server in PHP that I wish to improve (allow for more socket connections). I am running into a limit I can't crack, related to the max number of incoming socket connections. Using Macports for package management... I've recompiled PHP with the --enable-fd-setsize=2048 in t

[PHP-INSTALL] problem with php/mysql installation

2011-03-23 Thread Satish
Hi I am new to php and trying to setup my dev environment. I have followed the documentation to install WAMP but unable to get php work with mysql. My env details are: Operating system : Windows 7 PHP version: 5.2.17 Web server : Apache 2.2 MySQL 5.1.56 * Running PHP as Apache module Proble

Re: [PHP-INSTALL] problem with phprc var

2011-03-18 Thread [email protected]
- Reply message - From: "Jan-Florian Hilgenberg" Date: Fri, Mar 18, 2011 08:24 Subject: [PHP-INSTALL] problem with phprc var To: hi. i have some trouble with an php5 installation used by an apache2 webserver and the suphp wrapper. when i want to use another php.ini for one of

[PHP-INSTALL] problem with phprc var

2011-03-18 Thread Jan-Florian Hilgenberg
hi. i have some trouble with an php5 installation used by an apache2 webserver and the suphp wrapper. when i want to use another php.ini for one of my vhosts and have set it via "setenv phprc /path/to/the/php/ini/dir" if i have an empty docroot with only one index.php including a "phpinfo();" the

Re: [PHP-INSTALL] Problem compiling 5.3.3 with curl enabled

2011-01-13 Thread Nick
Hey Daniel, thanks for such a quick response that has fixed it. But not my curl Seg Fault so going to raise a bug on those guys. But again thanks Nick On Wed, Jan 12, 2011 at 10:39, Nick wrote: Hi I've just installed the latest version of curl (curl-7.21.3) (because i've getting Segmention Fau

Re: [PHP-INSTALL] Problem compiling 5.3.3 with curl enabled

2011-01-12 Thread Daniel Brown
On Wed, Jan 12, 2011 at 10:39, Nick wrote: > Hi I've just installed the latest version of curl (curl-7.21.3) (because > i've getting Segmention Fault when using oAuth which seems to be a curl > problem so wanted to try the latest version) but now when I re-compile php > it crashes out (see error b

[PHP-INSTALL] Problem compiling 5.3.3 with curl enabled

2011-01-12 Thread Nick
Hi I've just installed the latest version of curl (curl-7.21.3) (because i've getting Segmention Fault when using oAuth which seems to be a curl problem so wanted to try the latest version) but now when I re-compile php it crashes out (see error below). If I take off --with-curl off the configu

[PHP-INSTALL] Problem with php install and apache2 start

2010-09-08 Thread Dr. Md. Aminul Islam Khan
Hi, Wanted to use: Postgresql-9.0rc1, httpd-2.2.16 & php-5.3.3 on ubuntu 9.04 -Installed Postgresql-9.0rc1: Succeeded -Installed httpd-2.2.16: Succeed (./configure --with-so) -Installed php-5.3.3: Succeeded(./configure --with-apxs2=path to apxs --with-pgsql --with-pdo-pgsql) Checked: httpd.conf fo

Re: [PHP-INSTALL] Problem with multiple libxml

2010-08-18 Thread Kenneth Svee
[ dan ] > Hello, > > I'm trying to compile PHP 5.3.3 on a linux system. I need to compile > with libxml and libxslt support. The libraries I want to use are > located under /usr/local/libxml2 To achieve my goal I run configure > with : > > ./configure > --prefix=/usr/local/apache3 > --with-apxs2=

[PHP-INSTALL] Problem with multiple libxml

2010-08-17 Thread dan
Hello, I'm trying to compile PHP 5.3.3 on a linux system. I need to compile with libxml and libxslt support. The libraries I want to use are located under /usr/local/libxml2 To achieve my goal I run configure with : ./configure --prefix=/usr/local/apache3 --with-apxs2=/usr/local/apache3/bin/a

[PHP-INSTALL] Problem with configuration? Svn module only works from CLI

2010-06-27 Thread Ward Loockx
Hello, I wrote a script that does a export of an svn repository. When I call the script from the bash shell I get no errors and everything works fine, but when calling from my browser I get the following error (in apache error log) *[notice] child pid 6 exit signal Segmentation fault (11) *and

Re: [PHP-INSTALL] problem after cross compiling php

2010-06-18 Thread Daniel Brown
On Fri, Jun 18, 2010 at 18:44, andres felipe tamayo cortes wrote: > HI i made a cross compilation of php but when i tested it throws me this > message: > > 503 service unavailable, > > it compiled well but at the it throws me this: > > uild complete. > Don't forget to run 'make test'. > > /home/fe

[PHP-INSTALL] problem after cross compiling php

2010-06-18 Thread andres felipe tamayo cortes
HI i made a cross compilation of php but when i tested it throws me this message: 503 service unavailable, it compiled well but at the it throws me this: uild complete. Don't forget to run 'make test'. /home/felipe/Escritorio/php-5.2.10/sapi/cli/php: 1: Syntax error: word unexpected (expecti

[PHP-INSTALL] problem with compiling php 4.4.1 with debugging symbols

2009-11-19 Thread Wojciech Jedruch
Hi i'v been trying to compile php with debugging symbols using: ./configure [...] --enable-debug [...], which is generating problem. Trying run httpd generates error: Cannot load /opt/modules/libphp4.so into server: /opt/modules/libphp4.so: undefined symbol: stat when option 'enable-debug' is

[PHP-INSTALL] problem

2009-08-31 Thread ruben
asdf

[PHP-INSTALL] Problem Windows loading Extension php_htscanner.dll

2009-01-09 Thread Benedikt Hartmann
Hello, I use php on windows xp. I want to use a win-pecl extension. But i have problems. After restarting die Apache i get the message: "Unable to load dynamic library, php_htscanner.dll - File not found". The extension is for sure in the right directory. This is the part from the php.ini - F

[PHP-INSTALL] Problem install sybase_ct php5 sybase-15_0 on 64-bit

2008-08-04 Thread paulpierre . brun
Previous Comments: [2008-08-01 11:28:18] paulpierre dot brun at free dot fr Description: I need to compile extension PHP-sybase_ct ../configure --with-php-config=/usr/bin/php-config --with-sybase-ct=/home/sy

[PHP-INSTALL] Problem compiling interbase extensions.

2008-06-25 Thread user
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have Firebird SS 2.1 (FirebirdSS-2.1.0.17798-0.nptl.i686.rpm) installed and I am tring to built interbase shared library for php 5.2. When I compile interbase extension using following commands there is an error. cd php-5.2.6/ext/interbase phpize ./

[PHP-INSTALL] Problem Installing PHP 5.2.5 on Solaris 10

2008-04-20 Thread Mr jeremy pennington
I'm getting the following error when I run make: Undefined   first referenced  symbol in file EVP_CIPHER_CTX_block_size   ext/openssl/.libs/openssl.o ld: fatal: Symbol referencing errors. No output written to sapi/cli/php collect2: ld returned

RE: [PHP-INSTALL] Problem to access MYSQL through PHP

2008-03-26 Thread Chip Burke
: [PHP-INSTALL] Problem to access MYSQL through PHP I am using php-5.2.5, IIS 5.1, MySQL mysql-5.0.51a in WinXP Service Pack 2 platform. I have installed PHP php-5.2.5-win32-installer package. During Installation I choose IIS ISAPI Module and installed in C:\php directory with Entire Feature

Re: [PHP-INSTALL] problem with 64 bit install.

2008-02-21 Thread Steven Cruz
[email protected] Subject: [PHP-INSTALL] problem with 64 bit install. Hello Everyone; I am trying to build PHP 5.2.5 on Centos 64 bit. I am seeing the error below in the Configuration Extensions section when I run configure. ^[[1mConfiguring extensions^[[m checking whether to enable

Re: [PHP-INSTALL] problem with 64 bit install.

2008-02-20 Thread Steven Cruz
: Wednesday, February 20, 2008 2:43 PM To: [email protected] Subject: [PHP-INSTALL] problem with 64 bit install. Hello Everyone; I am trying to build PHP 5.2.5 on Centos 64 bit. I am seeing the error below in the Configuration Extensions section when I run configure

RE: [PHP-INSTALL] problem with 64 bit install.

2008-02-20 Thread Chip Burke
Change --libdir=/usr/lib64 to --with-libdir=lib64 I beat my head against the wall for two days on that same thing myself. -Original Message- From: Steven Cruz [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 2:43 PM To: [email protected] Subject: [PHP-INSTALL

[PHP-INSTALL] problem with 64 bit install.

2008-02-20 Thread Steven Cruz
Hello Everyone; I am trying to build PHP 5.2.5 on Centos 64 bit. I am seeing the error below in the Configuration Extensions section when I run configure. ^[[1mConfiguring extensions^[[m checking whether to enable LIBXML support... yes checking libxml2 install dir... /usr checking for xml2

[PHP-INSTALL] problem with pdo extension in php 5.2.5

2008-02-12 Thread philipp zaugg
hi, i work on a embedded linux system based on a axis etrax 100lx chip. http://www.acmesystems.it i want to use sqlite3 with php 5.2.5 i installed php 5.2.5 with the following configuration and every thing worked well. --prefix=$ROOTFS \ --disable-all \ --with-sqlite \ --with-config-file-path

[PHP-INSTALL] Problem with ./configure with PHP 5.2.5 and mySQL 5.0.45

2008-01-24 Thread John Lee
Hi all, During PHP 5.2.5 installation, when I ran using root account: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-zlib-dir=/usr/local/include' I hit the following problem (as shown in debug.log) gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,

Re: [PHP-INSTALL] Problem with PHP Upgrade

2008-01-03 Thread Patrick S.
--with-png-dir=/usr with-tiff-dir=/usr > --with-gd=/usr > > It doesn't make sense to me that you are trying to install PHP into the > same directory that you are telling configure to look into for the > required libraries to build certain extensions?? > > Once you have a minimal con

Re: FW: [PHP-INSTALL] Problem during installation-blank screen! [Incident:071228-005330]

2007-12-29 Thread Keith Roberts
d-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] - On Fri, 28 Dec 2007, David Du wrote: To: [email protected] From: David Du <[EMAIL PROTECTED]> Subject: FW: [PHP-

FW: [PHP-INSTALL] Problem during installation-blank screen! [Incident:071228-005330]

2007-12-28 Thread David Du
message headers" ? Thanks and regards David Du _ From: Abuse Department [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 9:44 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INSTALL] Problem during installation-blank screen! [Incident:071228-005330] Response

RE: [PHP-INSTALL] Problem during installation-blank screen!

2007-12-28 Thread David Du
Message- From: Keith Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 9:44 AM To: [email protected] Subject: Re: [PHP-INSTALL] Problem during installation-blank screen! Try this package David. http://www.apachefriends.org/en/xampp-windows.html Regards Keith Roberts

Re: [PHP-INSTALL] Problem during installation-blank screen!

2007-12-27 Thread Keith Roberts
with TMDA [http://tmda.net] - On Thu, 27 Dec 2007, David Du wrote: To: [email protected] From: David Du <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Problem during installation-blank screen! Hi, I am new to PHP, I hav

[PHP-INSTALL] RE [PHP-INSTALL] Problem during installation-blank screen!

2007-12-26 Thread j . kaluza
Hi David, i got this error already, in my case it was because i had an error but the directive display_errors was off, so check in your php.ini file if this is it to off or on. if you want a simple and easy install to get started with php i suggest you to have a look to WAMP wich will install e

Re: [PHP-INSTALL] Problem with PHP Upgrade

2007-12-21 Thread Keith Roberts
figure to look into for the required libraries to build certain extensions?? Once you have a minimal configure that works, then just keep adding to it, untill you have the configuration you want, without all the errors :). Kind Regards, Keith Roberts On Fri, 21 Dec 2007, Patrick S. wrote: To:

[PHP-INSTALL] Problem with PHP Upgrade

2007-12-21 Thread Patrick S.
Hello, I want to upgrade from PHP 4.4.7 to 5.2.5. System: openSuse 10.1 The packages: imap 2004g_suse-14 imap-devel 2004g_suse-14 imap-lib 2004g_suse-14 are installed! My Configure Command: ../configure --prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --includedi

Re: [PHP-INSTALL] problem loading mysql dlls

2007-09-19 Thread Bob Newsome
paid courseware, Customized Network, Database, Web Design, and PHP Training: http://training.compassinfo.net --- Original Message ---- Subject: [PHP-INSTALL] problem loading mysql

RE: [PHP-INSTALL] problem loading mysql dlls

2007-09-18 Thread astratton
d PHP Training: http://training.compassinfo.net--- Original Message ---- Subject: [PHP-INSTALL] problem loading mysql dlls From: Bob Newsome <[EMAIL PROTECTED]> Date: Tue, September 18, 20

[PHP-INSTALL] problem loading mysql dlls

2007-09-18 Thread Bob Newsome
I am trying to upgrade an Apache 2 PHP installation on XP Home from an earlier version of PHP 5 to version 5.2.4. The previous version was working fine. Now I am getting the following message when starting Apache: [18-Sep-2007 18:11:52] PHP Warning: PHP Startup: Unable to load dynamic libr

Re: [PHP-INSTALL] Problem loading php_oci8.dll

2007-09-06 Thread Marcus Hoffmann
OK, I resolved the problem by myself: you have to use the 10g instant-client, that's all !! Do NOT use Oracle 9.x anymore !!! Christopher Jones wrote: Marcus Hoffmann wrote: Hi folks, my environment: W2003Server, IIS6 and php5.2.4. My IIS does not load the php_oci8.dll (I do not see neither

Re: [PHP-INSTALL] Problem loading php_oci8.dll

2007-09-04 Thread Christopher Jones
Marcus Hoffmann wrote: Hi folks, my environment: W2003Server, IIS6 and php5.2.4. My IIS does not load the php_oci8.dll (I do not see neither OCI nor any error using phpinfo() ). All seems OK in the php.ini, extensions are placed, paths are set and ORACLE_BASE and ORACLE_HOME are defined in the

[PHP-INSTALL] Problem loading php_oci8.dll

2007-09-04 Thread Marcus Hoffmann
Hi folks, my environment: W2003Server, IIS6 and php5.2.4. My IIS does not load the php_oci8.dll (I do not see neither OCI nor any error using phpinfo() ). All seems OK in the php.ini, extensions are placed, paths are set and ORACLE_BASE and ORACLE_HOME are defined in the environment. Any idea ??

RE: [PHP-INSTALL] Problem with php.ini

2007-08-30 Thread j . kaluza
This was a problem with the PHPRC value =-) Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (0)2 371 35 23 [EMAIL PROTECTED] http://www.transfusion.be

RE: [PHP-INSTALL] Problem with php.ini

2007-08-30 Thread astratton
Subject: [PHP-INSTALL] Problem with php.ini From: "Paco (Dem)" <[EMAIL PROTECTED]> Date: Thu, August 30, 2007 2:11 am To: [email protected] Hi all, I have a problem: my PHP instalation doesn't load php.ini. phpinfo() returns this: Configuration File (php.ini) Path:

[PHP-INSTALL] Problem with php.ini

2007-08-30 Thread Paco (Dem)
Hi all, I have a problem: my PHP instalation doesn't load php.ini. phpinfo() returns this: Configuration File (php.ini) Path: /usr/local/apache/php Loaded Configuration File: (none) I have php.ini (copied from php.ini-recomended) in /usr/local/apache/php ¿Any idea? Thanks.

[PHP-INSTALL] problem with php installation

2007-07-12 Thread Rama SubbaReddy
Sir/madam, I installed apache 2.0.59 and then I installed PHP 5.2.3 on windows 2000 ,PHP test page is coming,but while adding extensions to acess Mysql(4.1), if I run PHP -v at command mode it is showing following error. PHP Warning: Module 'mysqli' already loaded in Unknown on line P

RE: [PHP-INSTALL] Problem for run php

2007-06-19 Thread Lasitha Alawatta
PROTECTED] Sent: Tuesday, June 19, 2007 9:49 AM To: [email protected] Subject: [PHP-INSTALL] Problem for run php hello, i'm working with windows xp, php-5.2.3-win32 version, apache_2.2.4-win32-x86-no_ssl and mysql-5.0.37-win32. i'm new to php, apache. i configured all

[PHP-INSTALL] Problem for run php

2007-06-18 Thread Ganesh Kumar
hello, i'm working with windows xp, php-5.2.3-win32 version, apache_2.2.4-win32-x86-no_ssl and mysql-5.0.37-win32. i'm new to php, apache. i configured all things, (refered by net tutorials) but still i cant run the php. whenever i compiling the php, the code displayed, not the output

[PHP-INSTALL] Problem with --enable-embed and freetype support

2007-05-14 Thread moron shi
Hello everyone: The old php configration is ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --enable-embed --enable-fd-setsize --with-openssl=/usr/local --with-zlib=/usr/local/zlib --with-zlib-dir=/usr/local/zlib --enable-calendar --enable-dba --enable-ftp --with

Re: [PHP-INSTALL] Problem with echo on freshly installed Apache and PHP

2007-05-12 Thread Keith Roberts
On Sat, 12 May 2007, Rafal Z wrote: To: [email protected] From: Rafal Z <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Problem with echo on freshly installed Apache and PHP Hallo, I',m new to PHP. I've installed Apache 2.0.59 and PHP 5.2. It's functionning, but

[PHP-INSTALL] Problem with echo on freshly installed Apache and PHP

2007-05-12 Thread Rafal Z
Hallo, I',m new to PHP. I've installed Apache 2.0.59 and PHP 5.2. It's functionning, but all strings outputed with Echo shows on the same line, even if I include a "\n" at then end of string. Example: results in: string1string2 in any browser. The same result with the following modificat

[PHP-INSTALL] Problem with echo

2007-05-12 Thread Rafal Z
Hallo, I',m new to PHP. I've installed Apache 2.0.59 and PHP 5.2. It's functionning, but all strings outputed with Echo shows on the same line, even if I include a "\n" at then end of string. Example: results in: string1string2 in any browser. The same result with the following modificatio

[PHP-INSTALL] Problem with PHP / Pear install on Solaris

2007-04-05 Thread Lash, David A \(David\)
All Hi, I am new this group. I am having a specific problem installing PHP on a solaris 8 system. My configure worked, my make worked but make install returned the following error. Any idea why getLayers() would be undefined? Thanks David lash /opt/exp/gnu/bin/make install I

[PHP-INSTALL] Problem enabling pdo and pdo-mysql shared extension

2007-03-21 Thread gerolinux
Hi to all, I'm try to compile php 5.2.1 on a Red-Hat system and I would like to enable pdo and pdo-mysql as shared extension. Mysql install directory is not in a standard location but in /apx/mysql and so compilation failed. ../configure --prefix=/apx/php \ --disable-all \ --with-zlib=/usr

[PHP-INSTALL] problem to compile

2007-02-14 Thread Göran Höglund
Hi I have a Sun spac server with solaris 8 that I try to intall php 5.2.1 on. The configure script works fine but make fails with the following error: Output line too long. Output line too long. Output line too long. gcc: ext/sp: No such file or directory make: *** [sapi/cli/php] Error 1 GH

[PHP-INSTALL] Problem building PHP with GCC 4.1.1

2007-02-02 Thread Jon Earle
Hi folks, Trying to build php 4.4.4 on a RHEL4 (64-bit) box using GCC 4.1.1 (binutils 2.17) that I built on this box (default compiler was gcc 3.4.6). Compiling under 3.4.6 works fine. However, when compiling under 4.1.1, I get the following error: .. /usr/local/gcc411/lib/gcc/x86_64-unknown-li

Re: FW: [PHP-INSTALL] Problem installing PHP with system provided HTTP server

2006-12-15 Thread Brad Kowalczyk
] *Sent:* Wednesday, December 13, 2006 3:44 PM *To:* [email protected] *Subject:* [PHP-INSTALL] Problem installing PHP with system provided HTTP server I don’t have any problems installing PHP with my own custom installed apache HTTP server (I build it from the source and I am running

FW: [PHP-INSTALL] Problem installing PHP with system provided HTTP server

2006-12-14 Thread Causevic, Dzenan
@lists.php.net Subject: [PHP-INSTALL] Problem installing PHP with system provided HTTP server I don't have any problems installing PHP with my own custom installed apache HTTP server (I build it from the source and I am running 2.2.3 version) located in /usr/local/bin/apache2 but when I try to insta

[PHP-INSTALL] problem executing scripts with IIS

2006-12-13 Thread Gareth Thomas
I am using IIS with WinXP Pro and PHP 5.1.2. When I run a script with

[PHP-INSTALL] Problem installing PHP with system provided HTTP server

2006-12-13 Thread Causevic, Dzenan
I don't have any problems installing PHP with my own custom installed apache HTTP server (I build it from the source and I am running 2.2.3 version) located in /usr/local/bin/apache2 but when I try to install it with the one that is system provided (it's 2.0.51) located at /usr/sbin/httpd it does n

RE: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-24 Thread Choy, Wai Yew
t; option, it will default to the "/lib" directory for the library files. Am I right? Thanks.. -Original Message- From: Tamer Higazi [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 6:20 PM To: [email protected] Subject: Re: [PHP-INSTALL] Problem installing

Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-23 Thread Tamer Higazi
[email protected] Subject: Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found) Hi Way Yew, 1) As you can see, you didn't include the lib directory of PHP 5.2.0 in the configure script! 2) try "--with-libdir" or --libdir option! 3)

RE: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-23 Thread Choy, Wai Yew
Original Message- From: Tamer Higazi [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 November 2006 5:48 PM To: [email protected] Subject: Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found) Hi Way Yew, 1) As you can see, you di

Re: [PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-22 Thread Tamer Higazi
Hi Way Yew, 1) As you can see, you didn't include the lib directory of PHP 5.2.0 in the configure script! 2) try "--with-libdir" or --libdir option! 3) If the error is still the same... please edit the "Makefile" and add the library path by hand. and always use the latest version. The latest

[PHP-INSTALL] Problem installing PHP; Oracle Instant Client 10.2;Solaris v10 (libnnz10.so not found)

2006-11-22 Thread Choy, Wai Yew
Hi guru, I really stuck installing PHP with Oracle Instant Client 10.2 onto a SunBlade 150 running Solaris v10.. My config: PHP 5.1.6 (I also try the latest PHP 5.2.0) Oracle Instant Client 10.2 (Solaris version) Sun station, SunBlade 150 running Solaris 10 I've installed the Orac

[PHP-INSTALL] Problem with php5ts.dll

2006-11-22 Thread Ross Tzankov
Hi all, I just downloaded and installed the latest version (5.2) of the PHP installation MSI package. I have never had PHP installed before, so it was a clean installation. During the installation I selected IIS 4+ ISAPI and also that I want command line scripting. It resulted in having: PHP.EXE

[PHP-INSTALL] problem during install: libphp5.so

2006-11-06 Thread Rick Schumeyer
I'm getting an error that I see many others have had: chmod: cannot access `/usr/local/apache2/modules/libphp5.so': No such file or directory The output from "make install" is at the end. I configure with: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql=/usr/local/pgsql

Re: [PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Peter Hodge
Hello, You want to use: --with-config-file-path=/etc I don't think your option: --with-config-file-path=/etc/php.ini will work correctly because then PHP looks for '/etc/php.ini/php.ini' regards, Peter --- Victor <[EMAIL PROTECTED]> wrote: > Hello Everybody, > > I have one little prob

Re: [PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Victor
Hello Rick, Sorry but I just tryed this. Another alternative ? Thanks. - Original Message - From: <[EMAIL PROTECTED]> To: "Victor" <[EMAIL PROTECTED]> Sent: Tuesday, October 31, 2006 1:57 PM Subject: Re: [PHP-INSTALL] Problem with php.ini > use the phpin

[PHP-INSTALL] Problem with php.ini

2006-10-31 Thread Victor
Hello Everybody, I have one little problem here. I run one Apache 2.0.55 + PHP 5.1.6 server on one Fedora Core release 4 (Stentz) Linux. Every changes maked in php.ini dont affect anything in the configuration. Build: ./configure --prefix=/usr/php --exec-prefix=/usr --with-apxs2=/usr/bin/apxs --

[PHP-INSTALL] Problem Accessing Webcollab Remotely

2006-10-25 Thread chuayc
Hi, I've currently setup my Webcollab 2.01 onto my server. Locally (on the server), I can access the database and other things. However, I can't seem to access it remotely pass the the point of login. That is, while I can see the login page remotely, it'll prompt me PAGE CANNOT BE FOUND. Can anyo

Re: [PHP-INSTALL] Problem with install on FC5

2006-10-12 Thread Steven Cruz
Looks like it is a problem with Sybase 15. 12_5 compiles fine. Is there any way I can look deeper into this? 8-) Steven Cruz wrote: Hello Everyone;   I am receiving and error when try to compile build php 5.1.6.  /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit st

Re: [PHP-INSTALL] Problem with install on FC5

2006-10-11 Thread Steven Cruz
Hello Adam;     Sorry for he long delay, but the serve was moved to it's new home.  Here is the LIB PATH [EMAIL PROTECTED] ~]# echo  $LD_LIBRARY_PATH /opt/sybase/express_15_0/OCS-15_0/lib:/opt/sybase/express_15_0/OCS-15_0/lib3p:/opt/sybase/express_15_0/ASE-15_0/lib: It seems as thought ther

Re: [PHP-INSTALL] Problem with install on FC5

2006-10-10 Thread Adam Carnine
Steven, You should probably send out your configure options as well as the contents of your LD_LIBRARY_PATH. -Adam Steven Cruz wrote: Hello Everyone;   I am receiving and error when try to compile build php 5.1.6. /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit status make: *** [lib

[PHP-INSTALL] Problem with install on FC5

2006-10-10 Thread Steven Cruz
Hello Everyone;   I am receiving and error when try to compile build php 5.1.6.  /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 I have performed some searches and I am unable to find any one else with this error while installing php. It

[PHP-INSTALL] Problem with install

2006-10-10 Thread Steven Cruz
Hello Everyone;   I am receiving and error when try to compile build php 5.1.6.  /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit status make: *** [libphp5.la] Error 1 I have performed some searches and I am unable to find any one else with this error while installing php. It

[PHP-INSTALL] Problem in installing Php5.0.3 with Apache2.0.35

2006-09-08 Thread Amith K C
Hi, I have a problem in installing Php5.0.3 with Apache2.0.35. (Not only these versions, any version of php with any version of apache does not work on my system) The details of the environment is given below:   Web server : Apache2.0.35 Php version : 5.0.3 as server module OS : XP pr

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-28 Thread Rob
Paul Reinheimer wrote: Thanks, Through some carefull negotiations with the RPM i've managed to upgrade to the requisite packages. ./configure was usefull along the way, it raised errors letting me know what was missing. Is the fact that ./configure didn't raise an error originally worth filling

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-27 Thread Paul Reinheimer
Thanks, Through some carefull negotiations with the RPM i've managed to upgrade to the requisite packages. ./configure was usefull along the way, it raised errors letting me know what was missing. Is the fact that ./configure didn't raise an error originally worth filling out a bug report for? Am

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread Rasmus Lerdorf
l_config' '--with-mysql-sock=/var/lib/mysql/mysql.sock' Note that I did not even specify --with-liblxml-dir, but php still compiled OK with libxml2 a part of php, and not as a shared module. libXML support active libXML Version 2.6.12 libXML streams enabled Does configure co

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread Paul Reinheimer
mysqli=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686/bin/mysql_config' > '--with-mysql-sock=/var/lib/mysql/mysql.sock' > > Note that I did not even specify --with-liblxml-dir, but php > still compiled OK with libxml2 a part of php, and not as a > shared modul

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-26 Thread php
ractice are the same; In practice they are not. On Sat, 25 Feb 2006, Paul Reinheimer wrote: > To: [email protected] > From: Paul Reinheimer <[EMAIL PROTECTED]> > Subject: [PHP-INSTALL] Problem building php 5.1.2, > > Hi, I'm trying to compile PHP 5.1.2. (on l

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Paul Reinheimer
It's looking at the new version, dated today. For which i've got no -devel pack.   [EMAIL PROTECTED] php-5.1.2]# grep libxml2 config.logconfigure:19773: checking libxml2 install dirconfigure:88107: gcc -o conftest -I/usr/include -g -O2  -I/usr/local/include/libxml2 -I/usr/local//include -I/usr/loca

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Rasmus Lerdorf
Instead of --with-libxml-dir=/usr/local/lib/ try --with-libxml-dir=/usr/local I think it is picking up the wrong xml-config script and thus the wrong libxml2 library. Do this: grep libxml2 config.log That should give you a clue which libxml2 it is trying to use. -Rasmus Paul Reinheimer w

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Paul Reinheimer
Hi, thanks for the reply. I installed libxml2-2.6.23 directly from source, I'm trapped in some RHEL dependency hell (namely I can't upgrade these packages because external things like up2date need the current version) that's prevented me from using the RPMs. I haven't seen any non .rpm -devel pack

Re: [PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Rasmus Lerdorf
Paul Reinheimer wrote: Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1) My ./configure is: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf' '--with-ttf' '--with-jpeg-dir=/

[PHP-INSTALL] Problem building php 5.1.2,

2006-02-25 Thread Paul Reinheimer
Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1) My ./configure is: './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf' '--with-ttf' '--with-jpeg-dir=/usr/local/lib/jpeg-6b/' '

[PHP-INSTALL] Problem using jpeg-support within gdlib

2006-02-23 Thread Ruprecht Helms
Hi, how can I enable jpeg-support within gdlib. The output of gd_info() is the following: array(11) { ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Suppo

[PHP-INSTALL] Problem in using jpegfunction

2006-02-22 Thread Ruprecht Helms
*Hi, how to configure php to use the jpeg-library correctly. Last I configure it to use the source-directory of the jpeg-lib. This is the actual error putting out by a script that uses a truetypetext and puts them into a jpeg-file: Fatal error*: Call to undefined function: imagecreatefromjpe

Re: [PHP-INSTALL] Problem in displaying truetypefonts

2006-02-22 Thread Mark Galbreath
Do you have flush() being called?  You probably need to buffer the output of the script to keep the headers from being sent as soon as they are constructed.   mark>>> Ruprecht Helms <[EMAIL PROTECTED]> 22-Feb-06 16:02:03 PM >>> [EMAIL PROTECTED] wrote:> the most common cause of this error is doin

Re: [PHP-INSTALL] Problem in displaying truetypefonts

2006-02-22 Thread Ruprecht Helms
[EMAIL PROTECTED] wrote: the most common cause of this error is doing a redirect, using the header() function, but writing output to the browser before that function is called. Now Ive configured php like this: './configure' '--with-mysql' '--with-apxs=/www/bin/apxs' '--with-gd' '--with-z

[PHP-INSTALL] Problem in displaying truetypefonts

2006-02-21 Thread Ruprecht Helms
Hi, I have problems in displaying a tty-text within a php-script. The error that is produced is the following: *Warning*: Cannot modify header information - headers already sent by (output started at /www/htdocs/moneyflexx/ttf_test.php:2) in */www/htdocs/moneyflexx/ttf_test.php* on line *3

[PHP-INSTALL] Problem with truetypefunction

2006-02-20 Thread Ruprecht Helms
Hi, how have I to compile php to fix the following error Call to undefined function: imagettfbox() in ... I think I need freetype-2.1.10 and configured it --with-freetype-dir= ... both with /usr/local and /root/ does not fixed the problem. Regards, Ruprecht

[PHP-INSTALL] Problem with compile 32bit on AMD64-Bit LINUX

2006-02-03 Thread Joerg Eggers
Hello all, I tried to cross compile a 32bit-Version of PHP 4.3.11 and 5.1.2 on my AMD64-System with GCC. Here the used configure-script: CFLAGS="-m32 -fPIC" ; export CFLAGS LIBRARY_PATH=/usr/lib; export LIBRARY_PATH ../configure --prefix=/webdienste/webservers/apache/ugv.intranet.eon-energie.c

[PHP-INSTALL] Problem with bug report

2006-01-19 Thread Christopher Ostmo
Is there some way to complain about the treatment one receives when submitting a valid bug report? Here is the bug I submitted: http://bugs.php.net/bug.php?id=36073 The respondent first added the rude comment that is at the bottom of what you can see on the site and set the status to "Bogus."

Re: [PHP-INSTALL] Problem compiling with PHP 5.1.1 and MySQL on Solaris 8

2005-12-14 Thread Richard Lacroix
As suggested by Luc, I download the MySQL source and compile MySQL with dynamic and static libs,redo the PHP and it works. Originally I had downloaded the Solaris binary from MySQL which is not compile with dynamic libs. Thanks Luc Richard Luc I. Suryo wrote: Bonjour Richard, The 'pro

Re: [PHP-INSTALL] Problem compiling with PHP 5.1.1 and MySQL on Solaris 8

2005-12-13 Thread Andy Fiddaman
On Tue, 13 Dec 2005, Richard Lacroix wrote: ; I'm trying to compile PHP 5.1.1 with MySQL support on a Sun Sparc with Solaris ; 8. I try with 3 different version on MySQL (4.0, 4.1 and 5.0). The configure ; goes OK but I always have the same error. with make. ; ; ; My configure options are: ; ./co

[PHP-INSTALL] Problem compiling with PHP 5.1.1 and MySQL on Solaris 8

2005-12-13 Thread Richard Lacroix
I'm trying to compile PHP 5.1.1 with MySQL support on a Sun Sparc with Solaris 8. I try with 3 different version on MySQL (4.0, 4.1 and 5.0). The configure goes OK but I always have the same error. with make. My configure options are: ./configure --prefix=/usr/local/php --with-apxs2=/usr/loc

[PHP-INSTALL] problem with libphp5.so

2005-11-28 Thread David Gonzalez Rivera
I followed the instruction of php5.1.1 to install my webserver. currently i have Apache 2.0.55 PHP5.1.1 Mysql 4.1 the problem is that the module won't load. it give me a zend error Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so

  1   2   3   >