cannot install php-sqlite

Support/Development for PHP
shoggy24
Forum User
Forum User
Posts: 56
Joined: Wed May 21, 2008 3:23 pm

cannot install php-sqlite

Unread post by shoggy24 »

In order to get my sitebuilder working properly, i need to setup sqlite on my server.

The problem is when i get to where i need to install php-sqlite. i am getting this error message

Resolving Dependencies
--> Running transaction check
---> Package php-sqlite.i386 0:5.3.6-3.el5.art set to be updated
--> Processing Dependency: libsqlite.so.0 for package: php-sqlite
---> Package php-sqlite.x86_64 0:5.3.6-3.el5.art set to be updated
--> Finished Dependency Resolution
php-sqlite-5.3.6-3.el5.art.i386 from atomic has depsolving problems
--> Missing Dependency: libsqlite.so.0 is needed by package php-sqlite-5.3.6-3.el5.art.i386 (atomic)
Error: Missing Dependency: libsqlite.so.0 is needed by package php-sqlite-5.3.6-3.el5.art.i386 (atomic)

I have been trying to fix this without any luck. Isn't there a libsqlite.so.0 in the repo?
Can anyone help me with what i need to do.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: cannot install php-sqlite

Unread post by scott »

Is that by any chance a 64-bit system?
shoggy24
Forum User
Forum User
Posts: 56
Joined: Wed May 21, 2008 3:23 pm

Re: cannot install php-sqlite

Unread post by shoggy24 »

Yes Scott, it is a CentOS 5 64-bit system
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: cannot install php-sqlite

Unread post by scott »

Ok great, thats what I needed to know. The sqlite2 32-bit packages have been duplicated to the 64-bit repo now.
shoggy24
Forum User
Forum User
Posts: 56
Joined: Wed May 21, 2008 3:23 pm

Re: cannot install php-sqlite

Unread post by shoggy24 »

Thanks Scott, I was able to install without errors now.
Post Reply