Results 1 to 3 of 3
Hi all
i have installed and set up lampp on redhat 5 server. I have a website running off this . Now i have created a duty calculator , the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-06-2011 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 22
lampp
Hi all
i have installed and set up lampp on redhat 5 server. I have a website running off this . Now i have created a duty calculator , the data for this calculator is stored on an oracle database. The website will have a link to this duty calculator . For it to work i have edited my php.ini file on my redhat 5 server .
This is the change i have made:
;extension=php_pdo_oci.dll
;extension=php_oci8.dll
To:
extension=php_pdo_oci.dll
extension=php_oci8.dll
when i start up my lampp server however i get this error message :
Warning :PHP startup : unable to load dunamic library /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/php.oci8.dll: cannot open shared object file:no such fle or directory in unknown on line 0.
What could cause this error?
- 07-07-2011 #2
probably not going to be using DLLs in a linux environment
linux user # 503963
- 07-15-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 4
Something tells me someone is using the wrong version of lampp...


Reply With Quote
