Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-17 Thread Christopher Jones
Add the directory containing the Oracle libraries to LD_LIBRARY_PATH. This needs to be done in the web server environment. I've lost track of what web server you are using, if it was mentioned. There are some tips on how to set the variables on p 77 "Setting the Oracle Environment for PHP on Lin

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 08/12/2013 09:08 AM, Eugene M. Zheganin wrote: Hi. On 12.08.2013 20:45, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I

Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make

2013-08-12 Thread Christopher Jones
On 8/12/13 7:45 AM, KAs Coenen wrote: Reinstalled openssl in 64bit with shared libs, libiconv and added zlib. Now everything ran fine. I still have other questions (not related to php install) about how to add oci as module. Where can I ask such things? Adding PHP's OCI8 extension is still a

Re: [PHP-INSTALL] installing problem

2013-01-21 Thread Christopher Jones
On 01/18/2013 11:44 PM, saeed ahmed wrote: i have installed apache2 and configured and now i am trying to install php (xp sp 3)and work locally but i can not make it happen.is there any easy way to install and make it possible to work with apache.(i do not want to use xampp) There are lots o

Re: [PHP-INSTALL] php/zend and apache segmentation faults

2012-10-21 Thread Christopher Jones
On 10/19/2012 03:08 AM, tariq wali wrote: Hi, I am new to the group here and would quickly like to understand if this is the right place to share questions on php/zend ? Just to give an idea we at info edge ltd run most of the web properties on LAMP stack and use various versions of PHP(5.2 to

Re: [PHP-INSTALL] make test fails on 5.4.6 with old bugs

2012-09-09 Thread Christopher Jones
On 09/07/2012 09:00 AM, Ro Achterberg wrote: Hi, I've recently built a custom configuration of PHP 5.4.6. ./configure and make run without problems, but then make test ends with the following failed tests: Bug #43073 (TrueType bounding box is wrong for angle<>0) [ext/gd/tests/bug43073.phpt]

Re: [PHP-INSTALL] httpd segfault after 5.4.0 install

2012-04-17 Thread Christopher Jones
On 04/17/2012 01:26 PM, Joseph Koenig wrote: Thanks again Chris. Same problem exists with the latest 5.4, so I built with --enable-debug and added a backtrace to the bug report as well as the fact that 5.3.10 does not produce the same issue. Will work on stripping down our original code to prov

Re: [PHP-INSTALL] httpd segfault after 5.4.0 install

2012-04-17 Thread Christopher Jones
On 04/17/2012 11:47 AM, Joseph Koenig wrote: Chris Thanks for the feedback. I'm not 100% sure where to go with the testcase because if I pull out those 10 or so lines of code. I'm not necessarily getting the segfault, but by the same token, those 10 lines of code are definitely causing the i

Re: [PHP-INSTALL] httpd segfault after 5.4.0 install

2012-04-17 Thread Christopher Jones
On 04/17/2012 10:18 AM, Joseph Koenig wrote: Installed it about a week and a half ago. Removing APC did nothing to fix the issue. Bug #61757 filed. Thanks! Joe Koenig Creative Anvil I would really, really encourage you to put a complete testcase in the bug. The PHP core developers simply

Re: [PHP-INSTALL] httpd segfault after 5.4.0 install

2012-04-17 Thread Christopher Jones
On 4/17/12 7:29 AM, Joseph Koenig wrote: Hi all, I recently installed 5.4.0 on a CentOS 6.2 box and am now getting segfaults anytime we try to draw a PDF file (with fpdf). My config line is below: ./configure --with-apxs2=/usr/sbin/apxs --enable-cli --enable-exif --enable-mbstring --enable-

Re: [PHP-INSTALL] Installation when Apache is not in /usr/local

2011-04-13 Thread Christopher Jones
On 4/13/11 7:18 PM, Emily Morton-Owens wrote: I'm trying to install PHP on my own webserver that's installed in a nonstandard directory on a university server, following these instructions: http://www.php.net/manual/en/install.unix.apache2.php I already had Apache installed and working before

Re: [PHP-INSTALL] Solaris 10/Apache/PHP compile

2011-03-23 Thread Christopher Jones
On 03/23/2011 01:07 PM, Alex Moen wrote: [root@comm-db-1 php-5.2.17]# make install Installing PHP SAPI module: apache2handler /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules /usr/local/apache2/build/libtool --mode=instal

Re: [PHP-INSTALL] Linking issues on Solaris 10 x86

2010-07-12 Thread Christopher Jones
Hi Kristof, Regarding the OCI8 side of the question, it could be something Solaris specific with linking or it might be a function of the way that the version of Instant Client was built on Solaris. Can you retry with Instant Client 11.2? I recall at some point of Instant Client's history ther

Re: [PHP-INSTALL] error instant client PHP configure script

2010-03-08 Thread Christopher Jones
ed 1 exit status > 2018 configure: failed program was: > 2019 #line 88940 "configure" > 2020 #include "confdefs.h" > 2021 /* Override any gcc2 internal prototype to avoid an error. */ > 2022 /* We use char because int might match the return t

Re: [PHP-INSTALL] error instant client PHP configure script

2010-03-08 Thread Christopher Jones
What platform? What PHP version? Are you doing something like using 32 bit instantclient on a 64 bit machine? Chris Angel Motta wrote: Hi List Is my first time that I write to this list. I am having problems to compile php with oci support. I run this: ./configure --prefix=/usr/local/php --wi

Re: [PHP-INSTALL] PHP Startup: Invalid library (maybe not a PHP library) 'oci8.so' in Unknown on line 0

2009-07-10 Thread Christopher Jones
pmenier wrote: > Alejandro Vargas a écrit : >> Hello, I need to access an oracle database from php. The server is >> running php 5.2.5, then I downloaded the source package used to >> compile this version. >> >> I downloaded also oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm >> and oracle-i

Re: [PHP-INSTALL] configure doesn't recognise --enable-memcache

2009-02-18 Thread Christopher Jones
Andrew Blake wrote: > Hiya > My usual configure line doesn't work with 5.2.8 (Worked with 5.2.3) it > ends in not recognising the --enable-memcache bit? > Same with 5.2.4. Anyone have any idea what to do? > Cheers > Andy Memcache isn't a default extension. You can get it from http://pecl.php.n

Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

2009-02-12 Thread Christopher Jones
bunti1...@cooltoad.com wrote: > I changed the C file at all three places where it was giving error and that resolved the issue. > > From line 63, I removed the numeric value present in the function call. > --- if (ctime_r(clock, buf) == buf) > > From line 63, I removed the numeric value pr

Re: [PHP-INSTALL] Re: strtr array replace issue...

2009-02-09 Thread Christopher Jones
Brad Freshour wrote: > Keith, thanks... no luck doing it that way either... Can someone else > try the snippet and see what is returned? > > php > $a = "/home/user/public_html/Packages/temp"; > php > $b = array('' => ''); > php > echo strtr($a, $b); > php > echo $a; > /home/user/public_html/Packa

Re: [PHP-INSTALL] Install php5 oracle 11g x64 ora_logon() ISSUE

2008-09-29 Thread Christopher Jones
the 'configure' script - Run configure and make Chris Fabricio Vargas wrote: Christopher I have a large existing code base, i will migrate to new oci8 in a few weeks but now ,i need to solve this problem. Which version of php did you recommend me to compile with oracle 11g? Fabri

Re: [PHP-INSTALL] Install php5 oracle 11g x64 ora_logon() ISSUE

2008-09-25 Thread Christopher Jones
PHP 5.1.6 doesn't have the old 'oracle' extension. It only has the newer 'oci8' extension. Recent versions of PHP will give a warning when an unknown 'configure' option is used, but 5.1 doesn't, IIRC. If you are writing new PHP code, use oci8 functions (and remove the --with-oracle option from

Re: [PHP-INSTALL] I cant get php_gd.dll to work

2008-03-20 Thread Christopher Jones
Software Foundation\Apache2.2\htdocs\livepoker.php on line 5 Does any body have any advice ? Thanks, Mark. At a wild guess try: -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad Follow

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Christopher Jones
-runnable form of the previous "configure" command. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad Follow me: http://friendfeed.com/ghrd

Re: [PHP-INSTALL] ./configure error -- oci8

2007-12-20 Thread Christopher Jones
mpatible implicit declaration of built-in function 'exit'/ /./conftest: error while loading shared libraries: libnnz10.so: cannot open shared object file: No such file or directory/ Do you have SELinux enabled? http://cdatazone.org/index.php?/archives/37-PHP,-Oracle-and-SELinux.

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

2007-09-04 Thread Christopher Jones
the environment. Any idea All I know about IIS is at http://blogs.oracle.com/opal/2006/05/01 Any additions welcome. Chris -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/ Free PHP Book: http://tinyurl.com/f8jad

[PHP-INSTALL] Re: [PHP-DB] Building PHP with Oracle support

2007-01-24 Thread Christopher Jones
port to work. Anyone able to help? -- Christopher Jones, Oracle Email: [EMAIL PROTECTED]Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/

[PHP-INSTALL] Re: [PHP-DB] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Christopher Jones
Adriano Rocha wrote: > I'm running Linux RedHat7.3 with PHP 4.3.3. root # > ./configure --with-oci8 (no errors) root # > make (no errors) root # > make install (no errors) ... it does not create the oci8.so file. Obviously, php pages on OCILogon and related functions crashes with undefined func