in reply to DBD::Oracle and threading on a web server
This may well be something to do with Solaris though.
The problem we did have is using 64bit Oracle and libraries. Most code puts 32bit in lib and 64bit in lib64. Oracle puts 64bit in lib and 32bit in lib32. You just need to make sure that when building you get the right versions.
|
---|