Re: pdo_sqlite issue

看板FB_questions作者時間11年前 (2014/07/02 18:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
On Wed, 2 Jul 2014 11:29+0200, Jos Chrispijn wrote: > Dear group, > Sorry if I am in the wrong mailinglist with my question (pls hint me to > the right one if so): > Just got some warnings about following: > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20100525/pdo_sqlite.so' - Shared object > "libsqlite3.so.8" not found, required by "pdo_sqlite.so" in Unknown on > line 0 > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20100525/sqlite3.so' - Shared object > "libsqlite3.so.8" not found, required by "sqlite3.so" in Unknown on > line 0 > With regards to installed ports, I currently have following topic > related ports installed: > php5-5.4.29 - PHP Scripting Language > php5-pdo-5.4.29 The pdo shared extension for php > php5-pdo_mysql-5.4.29 The pdo_mysql shared extension for php > php5-pdo_sqlite-5.4.29 The pdo_sqlite shared extension for php > Can someone tell me how to fix this issue or should I wait for some > port update? > -- Jos Chrispijn Maybe databases/sqlite3 is missing, strange as it may sound. Try this, assuming you have checked out the ports tree of choice: cd /usr/ports/databases/sqlite3 make all && make install make package # This step is optional make clean Or if you use portupgrade, then try: portupgrade -frv databases/sqlite3 If you want to create/update your own package, throw in a -p, as in: portupgrade -fprv databases/sqlite3 Similar actions could be performed by running portmaster. -- = +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrest=F8l, | Trond Endrest=F8l, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gj=F8vik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
文章代碼(AID): #1Jiz-ZTT (FB_questions)
文章代碼(AID): #1Jiz-ZTT (FB_questions)