Rabin Nathan wrote: > Is there a work around for this so that LD_LIBRARY_PATH does not have to > be set each time? I am concerned that when I eventually send my program > to some web hosting company they may not take kindly to LD_LIBRARY_PATH. > > I realize that this question is probably less relevant to the mailing > list then it should be but any help would be most appreciated.
Well, that is probably going to be problematic at some web hosting companies. Perhaps you can compile libpq statically to a .a library? I don't know if it supports this, but it would make things a lot easier for you. Cheers, Bart _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
