php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11263 sybase with imap support
Submitted: 2001-06-04 00:03 UTC Modified: 2002-06-16 08:18 UTC
From: samlam at singtao dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: redhat 7.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: samlam at singtao dot com
New email:
PHP Version: OS:

 

 [2001-06-04 00:03 UTC] samlam at singtao dot com
sucess compile the php405/apache1.3.9 under redhat 7.0
with imap/sybase support. the compile is finished 
but the sybase still doesn't work and imap work property.
I alread done all my best to download the imap client
to our machine

herewith our script:-

#!/bin/sh
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Erase Current Runtime Apache Directory ---------------'
echo '---Decompress directory----------------------------------'
echo '---------------------------------------------------------'
rm -rf /usr/local/lib/php
rm -rf /usr/local/include/php
rm -rf /var/local/apache
rm -rf /var/src/apache_1.3.19/apache_1.3.19
cd /var/src/apache_1.3.19
tar xvf /var/src/apache_1.3.19/apache_1.3.19.tar
cd /var/src/apache_1.3.19/apache_1.3.19

echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Erase Current Runtime Php Directory ------------------'
echo '---Decompress directory----------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
rm -rf /var/src/php405/php_4.0.5
cd /var/src/php405/
tar xvf /var/src/php405/php-4.0.5.tar

echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Configure Php Destination and Prefix -----------------'
echo '---Compile Php ------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
cd /var/src/apache_1.3.19/apache_1.3.19
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam" 
./configure --prefix=/var/local/apache --enable-module=most --enable-shared=max	--activate-module=src/modules/php4/libphp4.a
cd /var/src/php405/php-4.0.5
./configure --with-apache=/var/src/apache_1.3.19/apache_1.3.19 --with-sybase=/opt/sybase-11.9.2 --with-imap=/usr/local/lib/  --enable-calendar --enable-inline-optimization  --enable-track-vars 
cd /var/src/php405/php-4.0.5
make
cd /var/src/php405/php-4.0.5
make install
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Compile Php Finished----------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'



echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Configure Apache Destination and Prefix --------------'
echo '---Compile Apache ---------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
cd /var/src/apache_1.3.19/apache_1.3.19
./configure --prefix=/var/local/apache --enable-module=most --enable-shared=max	--activate-module=src/modules/php4/libphp4.a
make
make install
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Apache Compile Finished  -----------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'


echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---Copy Php Library ini  -- -----------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
cd /var/src/php405/php-4.0.5
cp php.ini-dist /usr/local/lib/php.ini

echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---End of this script -----------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'
echo '---------------------------------------------------------'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 08:18 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC