Hi folks,
I have the following environment:
Solaris 9
Oracle 9.0.2 (64 bits)
Apache 1.3.26
php-4.3.0
I need to compile php with Oracle 9i support. The apache already running.
Could you help me?
php-install Digest 14 Jan 2003 16:31:02 - Issue 1201
Topics (messages 9688 through 9693):
Re: PHP Install Problems W/FrontPage
9688 by: Martin DiViaio
Can't generate graphics
9689 by: Will Nordmeyer
9690 by: Pierre-Alain Joye
Re: Embed word, excel and pdf documents
There are other information in the web page before the PHP code. I didn't
use ob_start(). Should I use it before the header() function? Will it allow
me to change header information then?
William
-Original Message-
From: Naqashzade, Sadeq [mailto:[EMAIL PROTECTED]]
Sent: January 13, 2003
There is no way that I am aware to just stop/pause what type of document
you are printing (which if you are embedding, then you have already
started a document of type text/html) and put another document type.
However, there are two types of solutions for this one:
If what you are displaying are
Luke,
Basically, the SRPMS are just another file format that holds the tar.gz
file. You can either download the SRPMS or just get the tar.gz file from
PHP or Apache and do the compile. So for example you are going to build
apache:
$ su -
# cd /tmp
put the packages here.
# rpm -i apache-1.3.19
SunOS 5.8/sparc (w/ latest patches)
gcc 3.2 (64-bit)
apache 1.3.27
php 4.2.3 and 4.3.0
I have scoured the web (php mailing lists, interest groups,
google, etc) and see many references to the php module generating
SIGBUS errors. The application is squirrelmai
I thought i installed 4.3.0, but when running a page w/phpinfo()
(B>>>it still
(B>>>shows 4.2.2
(B>>>How Installed/upgraded to 4.3:
(B>>>./configure
(B>>>make
(B>>>make install
(B>>>
(B>>>What did I miss?
(B>>>
(B
(BTry this...
(Bmake distclean
(B./configure
(Bmake
(Bmake install
(
- Original Message -
(BFrom: "Sudiarsa Imade" <[EMAIL PROTECTED]>
(BTo: <[EMAIL PROTECTED]>
(BSent: Tuesday, January 14, 2003 7:13 PM
(BSubject: Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install
(B
(B
(B> >>>I thought i installed 4.3.0, but when running a page w/phpinf
Another thing to check is that sometimes the .so file isnt overwriten by the
newly compiled one. I usually rename the existing file before I do a
recompile, that way there is no old file, and still a backup in case
something goes wrong. I've ran into this on several occasions, and this
usually fixe