Good day,
My webapp is installed in a Red Hat Enterprise Linux Server release 6.4, using an Oracle DB.
The exception that i obtain is: [color="#FF0000"]CDbConnection failed to open the DB connection: could not find driver[/color]
This happens because im missing the driver PDO_OCI.so
Since i can’t download the binary file, i downloaded the source of it… but my problem is that i can’t compile it since my PHP version is 5.3.3 and i can’t use the phpize command to prepare the build environment…
when i run the command to install phpize:
[color="#8B0000"]$ yum install php-devel[/color]
I get this message:
[color="#FF0000"][b]Setting up Install Process
No package php-devel available.
Error: Nothing to do[/b][/color]
tried to run with [color="#8B0000"]php53-devel[/color] and get the same error…
Didn’t have problems with OCI8 driver since it came with Lampp server by default… but i really need the PDO_OCI.so.
Is there a way to install the phpize or compiling (without the phpize) the source to get .so file?
Thank you for your patience.
Best regards.