This is a discussion on PHP connecting to DB2 within the DB2 forums, part of the Database Server Software category; --> Greetings, I manage to get DB2 V7.2/Apache 1.3.14/PHP 4.0.3 to work together on RedHat 8.0. However, i could not ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Greetings, I manage to get DB2 V7.2/Apache 1.3.14/PHP 4.0.3 to work together on RedHat 8.0. However, i could not get the latest version of Apache which is known as HTTPD 2.0.48/PHP 4.3.4/DB2 V7.2 on RedHat 8.0 work together. The httpd 2.0.x seem to give compilation error when do 'make install' after doing the following # cd /usr/local/etc/httpd # ./configure --prefix=/usr/local/etc/httpd --sysconfdir=/www/conf --enable- module=rewrite --enable-module=status # make it gives error as such that .. ... Installing header files cp `include/apr_allocator.h' and `/usr/local/etc/httpd/apr_allocator.h' are the same file cp `include/apr_atomic.h' and `/usr/local/etc/httpd/apr_atomic.h' are the same file cp `include/apr_anylock.h' and `/usr/local/etc/httpd/apr_anylock.h' are the same file cp `include/apr_base64.h' and `/usr/local/etc/httpd/apr_base64.h' are the same file .... .... .... make[1]: *** [install-include] Error 1 make[1]: *** [install-recursive] Error 1 and stop the installation. What seem to be the problem? Is there some library that are missing ? What is the compatible and certified HTTPD and PHP version to run on Redhat 8.0. I could not seem to find any information and thus helpless. Please help! Thanks in advance Uthuras |
| ||||
| Uthuras wrote: > Greetings, > > I manage to get DB2 V7.2/Apache 1.3.14/PHP 4.0.3 to work together on > RedHat 8.0. > However, i could not get the latest version of Apache which is known > as HTTPD 2.0.48/PHP 4.3.4/DB2 V7.2 on RedHat 8.0 work together. > > The httpd 2.0.x seem to give compilation error when do 'make install' > after > doing the following > > # cd /usr/local/etc/httpd > # ./configure --prefix=/usr/local/etc/httpd --sysconfdir=/www/conf > --enable- > module=rewrite --enable-module=status > # make > > it gives error as such that > > .. > ... > Installing header files > cp `include/apr_allocator.h' and > `/usr/local/etc/httpd/apr_allocator.h' > are the same file > cp `include/apr_atomic.h' and `/usr/local/etc/httpd/apr_atomic.h' > are the same file > cp `include/apr_anylock.h' and > `/usr/local/etc/httpd/apr_anylock.h' > are the same file > cp `include/apr_base64.h' and `/usr/local/etc/httpd/apr_base64.h' > are the same file > .... > .... > .... > make[1]: *** [install-include] Error 1 > make[1]: *** [install-recursive] Error 1 > > and stop the installation. What seem to be the problem? Is there some > library > that are missing ? What is the compatible and certified HTTPD and PHP > version > to run on Redhat 8.0. I could not seem to find any information and > thus helpless. These issues seem not to be related to DB2, but rather to apache. You may have more luck talking with an apache group than this group. Good luck, -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |