Jean-Christophe Roux wrote: > Hello, > > I just downloaded SOCI and did: > ./configure --postgresql-include=/usr/local/pgsql/include > --postgresql-lib=/usr/local/pgsql/lib > make > make install > > at which point I am getting and error message. I am pasting the last few > lines. > > cp lib/libsoci_core.a /usr/local/lib > copying libsoci_core.so to libsoci_core-3.0.0.so > cp /tmp/soci-3.0.0/build/unix/lib/libsoci_core.so libsoci_core-3.0.0.so > creating link libsoci_core-3.so > ln -s libsoci_core-3.0.0.so libsoci_core-3.so > The last command did not execute properly: > ln: creating symbolic link `libsoci_core-3.so' to > `libsoci_core-3.0.0.so': File exists > child process exited abnormally > Please contact the SOCI team. > > What should I do?
Hmm, I'm not sure what's wrong here. Are you sure you have not installed SOCI previously? Perhaps ln -s should be replaced with ln -s --force. Any autotools gurus over there? Best regards -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
