X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=db-postgresql%2Fpostgresql-loader.lisp;fp=db-postgresql%2Fpostgresql-loader.lisp;h=39f80a2c341f4d8796c5824f419e1b25b63353c1;hb=89ff7b55c083fa1095be19d7388d3c490bfc90c5;hp=e33f1354db5d2aaf055f74bf99bbbce97ac07721;hpb=1833e48cea1b37b2f3f9b269e57a7c098d622631;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index e33f135..39f80a2 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -36,7 +36,7 @@ set to the right path before compiling or loading the system.") (let ((libpath (uffi:find-foreign-library "libpq" '("/opt/postgresql/lib/" "/usr/local/lib/" - #+64bit "/usr/lib64/" + #+(or 64bit x86-64) "/usr/lib64/" "/usr/lib/" "/postgresql/lib/" "/usr/local/pgsql/lib/" "/usr/lib/pgsql/" "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/")