N00b alert, I guess if you hate N00bs then this is your warning.
Ok guys, this was really a last route for me as I don't particularly enjoy asking for help apposed to reading articles and trying to figure things out for myself however I'm stumped on this one.
I've installed php 5.3 on a RHEL5 machine and I need SQLite3 to work with it because of a new feature we're offering on our site. The problem I come across in the php.ini is:
Code:
--disable-pdo, --without-sqlite3, -without-sqlite
I installed php via Yum and the PDO extension is also installed, however I've read reports that you have manually compile php to do this with --enable ...
Only problem I have is that I've never had to compile anything before, I don't know where I'd find the source from my PHP to even start doing so. Can anybody point me in the right direction.
Cheers in advance.
Samnoob