luizzeross 0 Report post Posted July 15, 2006 (edited) How can I install PostgreSQL onto an Open SuSE 10.0 ? And after install, how can I put a daemon to run (like mysqld) ?? I tried to install it here using those fedora-core 5 rpms from the PostgreSQL official website, then got dependencie problems like that "libpam", that I already had it in "/lib" dir, then installed with "--nodeps" option. Now I'm getting this error: postmaster: /lib/libpam.so.0: no version information available (required by postmaster) Is there any other way to install this junk more easily ? What about from source ?? Isn't there any YaST or Yum repositories ??? HELP!!! Edited July 19, 2006 by luizzeross (see edit history) Share this post Link to post Share on other sites
Hercco 0 Report post Posted July 19, 2006 Your topic title looks like this is a guide to doing it. Question mark would be nice. Share this post Link to post Share on other sites
qwijibow 0 Report post Posted July 19, 2006 is pam installed ?if so, it looks like a simple symbolic linking error.create a symbolic link names /lib/libpam.so.0 ( or whatever the missing file is )that links to the real libpam.so file. ( libpam.so.1.whatever ) Share this post Link to post Share on other sites