File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL V6.5
33Sun Solaris Specific
44TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55=======================================================
6- last updated: $Date: 2000/08/26 19:34 :24 $
6+ last updated: $Date: 2000/10/18 21:18 :24 $
77
88current maintainer: Marc Liyanage (liyanage@access.ch)
99original author: Marc Liyanage (liyanage@access.ch)
@@ -13,6 +13,7 @@ Contents:
1313
14141.1) What tools do I need to build and install PostgreSQL on Solaris?
15151.2) What else do I have to do before building PostgreSQL?
16+ 1.3) Why am I having trouble using PL/pgsql and other procedural languages?
1617
1718
1819Notes:
@@ -79,3 +80,10 @@ Do this:
7980
8081There is some good information about this here:
8182http://www.visi.com/~barr/ldpath.html
83+
84+
85+ 1.3) Why am I having trouble using PL/pgsql and other procedural languages?
86+
87+ Try adding this to template/solaris_sparc_gcc and recompile:
88+
89+ LDFLAGS:-Wl,--export-dynamic
You can’t perform that action at this time.
0 commit comments