Thread
-
AW: [HACKERS] shared lib names
Zeugswetter Andreas <andreas.zeugswetter@telecom.at> — 1999-07-16T15:55:26Z
> > 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