Обсуждение: Error building pgadmin on Suse 9.0 Linux...

Поиск
Список
Период
Сортировка

Error building pgadmin on Suse 9.0 Linux...

От
"Steven McKenna"
Дата:
<div class="Section1"><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">Hello,</span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">  I am very excited about getting the pgadmin tool running on my SuSe 9.0 box, but I am unable to
getit compiled.</span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt; 
font-family:Arial">I already have PostgreSQL v7.4.2 up and running on my machine, and I’m trying to build pgadmin
v3-1.2.0.</span></font><pclass="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt; 
font-family:Arial">I am getting the following error upon running the configure command:</span></font><p
class="MsoNormal"><fontface="Arial" size="2"><span style="font-size:10.0pt; 
font-family:Arial">“checking pgsql in /usr/local/pgsql… failed”</span></font><p class="MsoNormal"><font face="Arial"
size="2"><spanstyle="font-size:10.0pt; 
font-family:Arial">“configure: error: you must specify a valid pgsql installation with –with-pgsql=DIR”</span></font><p
class="MsoNormal"><fontface="Arial" size="2"><span style="font-size:10.0pt; 
font-family:Arial"> </span></font><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt;
font-family:Arial">I am receiving this error even though the pgsql is indeed installed at
/usr/local/pgsql.</span></font><pclass="MsoNormal"><font face="Arial" size="2"><span style="font-size:10.0pt; 
font-family:Arial">I have already confirmed that the user account I am trying to compile under has the proper authority
toread, write, create files in all directories under the pgsql directory.</span></font><p class="MsoNormal"><font
face="Arial"size="2"><span style="font-size:10.0pt; 
font-family:Arial">Any ideas??</span></font><p class="MsoNormal"><font face="Arial" size="2"><span
style="font-size:10.0pt;
font-family:Arial">                                                                                               
=Steve=</span></font></div>

Re: Error building pgadmin on Suse 9.0 Linux...

От
Andreas Pflug
Дата:
Steven McKenna wrote:
> Hello,
> 
>   I am very excited about getting the pgadmin tool running on my SuSe 
> 9.0 box, but I am unable to get it compiled.
> 
> I already have PostgreSQL v7.4.2 up and running on my machine, and I’m 
> trying to build pgadmin v3-1.2.0.
> 
> I am getting the following error upon running the configure command:
> 
> “checking pgsql in /usr/local/pgsql… failed”
> 
> “configure: error: you must specify a valid pgsql installation with 
> –with-pgsql=DIR”

Check config.log; unfortunately, the configure error messages are not 
too helpful to locate the problem. Could be a lib missing or so.

Regards,
Andreas