vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm trying to compile pgAdmin on solaris and I was caught in the same trap as many times before. I got following error: error: you must specify a valid PostgreSQL installation with --with-pgsql=DIR But it is not correct. I specified it correctly. However main problem there is libssl. Default libssl installation on Solaris is in /usr/sfw/lib which is not usually in library path. Special lines are added for solaris to add -lssl in configure (see acinclude.m4 line 412), but there is no check that ssl is really installed or not. This check should be there. Comments? Zdenek ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| I attach suggested patch. I add libssl and libkrb5 tests, but maybe it is not good place put them directly into PostgreSQL test. Please, feel free to move it to correct place. Zdenek Zdenek Kotala wrote: > I'm trying to compile pgAdmin on solaris and I was caught in the same > trap as many times before. I got following error: > > error: you must specify a valid PostgreSQL installation with > --with-pgsql=DIR > > But it is not correct. I specified it correctly. However main problem > there is libssl. Default libssl installation on Solaris is in > /usr/sfw/lib which is not usually in library path. > > Special lines are added for solaris to add -lssl in configure (see > acinclude.m4 line 412), but there is no check that ssl is really > installed or not. This check should be there. > > Comments? > > Zdenek > ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| On Feb 1, 2008 11:33 AM, Zdenek Kotala <Zdenek.Kotala@sun.com> wrote: > I attach suggested patch. I add libssl and libkrb5 tests, but maybe it > is not good place put them directly into PostgreSQL test. Please, feel > free to move it to correct place. Thanks, committed to SVN trunk. That code needs some thorough cleanup anyway, so until thats done I don't think thats an unreasonable place for those tests. /D ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| Thread Tools | |
| Display Modes | |
|
|