AW: [HACKERS] shared lib names
Zeugswetter Andreas <andreas.zeugswetter@telecom.at>
From: Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
To: "'hackers@postgresql.org'" <hackers@postgreSQL.org>
Date: 1999-07-16T15:55:26Z
Lists: pgsql-hackers
> > Why are our shared libs called e.g. ecpg.so and not libecpg.so ? > > Uh, they aren't on at least some platforms. Here is the lib directory > on my linux box: > Ok, sorry I see the difference now. Those that are for linking are named lib*.so and those that are for dyn loading into postgres don't have the lib. Good, thanks. Andreas