Dear Linuxer, Saya ada masalah nih dalam mengcompile php agar dpt connect ke db oracle, dgn spek sbb : PHP 4.1.1 Oracle Client 8.1.7 RedHat Linux 7.2 GPL
Berikut ini adalah konfigurasi PHP 4 yg saya masukkan : ./configure --with-config-file-path=/etc --disable-debug --enable-pic --disable-rpath \ --enable-inline-optimization --with-apxs=/usr/sbin/apxs \ --with-bz2 --with-db3 --with-dom \ --with-exec-dir=/usr/bin --with-gd --with-gdbm \ --with-gettext --with-jpeg-dir=/usr --with-mm \ --with-png --with-regex=system \ --with-ttf --with-zlib --with-layout=GNU --enable-debugger \ --enable-ftp --enable-magic-quotes --enable-safe-mode \ --enable-sockets --enable-sysvsem --enable-sysvshm \ --enable-track-vars --enable-yp \ --with-pspell --with-xml --with-oci8=/u01/app/oracle/product/8.1.7 Dan environment user yg digunakan : ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ORACLE_HOME=/u01/app/oracle/product/8.1.7; export ORACLE_HOME ORACLE_SID=ora1; export ORACLE_SID PATH=$PATH:/u01/app/oracle/product/8.1.7/bin; export PATH #CLASSPATH=.:/u01/app/oracle/product/8.1.7/jdbc/lib/classes111.zip; #export CLASSPATH LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7/lib; export LD_LIBRARY_PATH ORA_NLS33=/u01/app/oracle/product/8.1.7/ocommon/nls/admin/data; export ORA_NLS33 NLS_LANG=american; export NLS_LANG Sampai dengan tahap configure semua berjalan dengan lancar. Tapi setelah di 'make' proses berhenti dengan pesan terakhir : cannot find -l clntsh bla..bla..bla.. Saya yakin bukan oracle client nya yg salah setting, krn saya sudah coba module oracle utk python (DCOracle2), jalan mulus tanpa masalah, dan sukses query ke database oraclenya. Mungkin rekan2x miliser ada yg pernah berhasil menginstall dgn sukses, boleh sharing pengalamannya? Terima Kasih. --- Best Regards, Derry Santoso <ICQ # 2960224> But I thought YOU did the backups... -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

