Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3

Поиск
Список
Период
Сортировка
От Javier L'Episcopo
Тема Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3
Дата
Msg-id BLU169-W5075AF960F61333E2871E4BC8D0@phx.gbl
обсуждение исходный текст
Ответ на Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3  (Dave Page <dpage@pgadmin.org>)
Ответы Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3
Список pgadmin-support
Hello Dave,

I reinstall all and now I have Centos 6.5 with Postgresql 8.4 and use your instructions for the installation.

Now I have install wxWidgets 2.8 and I can make the ./configure, but when I try to continue with make, it getting the error cannot find -lcrypto.

Below is all that I get after I try the command make:

[root@IFAF pgadmin3-1.18.1]# make all
make  all-recursive
make[1]: Entering directory `/src/pgadmin3-1.18.1'
Making all in branding
make[2]: Entering directory `/src/pgadmin3-1.18.1/branding'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/branding'
Making all in i18n
make[2]: Entering directory `/src/pgadmin3-1.18.1/i18n'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/i18n'
Making all in plugins.d
make[2]: Entering directory `/src/pgadmin3-1.18.1/plugins.d'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/plugins.d'
Making all in xtra
make[2]: Entering directory `/src/pgadmin3-1.18.1/xtra'
Making all in wx-build
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra/wx-build'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra/wx-build'
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra'
make[2]: Leaving directory `/src/pgadmin3-1.18.1/xtra'
Making all in pgadmin
make[2]: Entering directory `/src/pgadmin3-1.18.1/pgadmin'
(cd ../xtra/png2c && make  png2c)
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra/png2c'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../pgadmin/include/libssh2   -I/usr/include -I/usr/include/pgsql/server -I/usr/include/pgsql -DHAVE_CONNINFO_PARSE -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2  -O2 -MT png2c.o -MD -MP -MF .deps/png2c.Tpo -c -o png2c.o png2c.c
mv -f .deps/png2c.Tpo .deps/png2c.Po
gcc  -O2  -L/usr/lib -Wl,-as-needed -L/usr/local/lib -o png2c png2c.o  -L/usr/lib -lcrypto -lpq
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [png2c] Error 1
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra/png2c'
make[2]: *** [../xtra/png2c/png2c] Error 2
make[2]: Leaving directory `/src/pgadmin3-1.18.1/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/pgadmin3-1.18.1'
make: *** [all] Error 2
[root@IFAF pgadmin3-1.18.1]# make
make  all-recursive
make[1]: Entering directory `/src/pgadmin3-1.18.1'
Making all in branding
make[2]: Entering directory `/src/pgadmin3-1.18.1/branding'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/branding'
Making all in i18n
make[2]: Entering directory `/src/pgadmin3-1.18.1/i18n'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/i18n'
Making all in plugins.d
make[2]: Entering directory `/src/pgadmin3-1.18.1/plugins.d'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/pgadmin3-1.18.1/plugins.d'
Making all in xtra
make[2]: Entering directory `/src/pgadmin3-1.18.1/xtra'
Making all in wx-build
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra/wx-build'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra/wx-build'
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra'
make[2]: Leaving directory `/src/pgadmin3-1.18.1/xtra'
Making all in pgadmin
make[2]: Entering directory `/src/pgadmin3-1.18.1/pgadmin'
(cd ../xtra/png2c && make  png2c)
make[3]: Entering directory `/src/pgadmin3-1.18.1/xtra/png2c'
gcc  -O2  -L/usr/lib -Wl,-as-needed -L/usr/local/lib -o png2c png2c.o  -L/usr/lib -lcrypto -lpq
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [png2c] Error 1
make[3]: Leaving directory `/src/pgadmin3-1.18.1/xtra/png2c'
make[2]: *** [../xtra/png2c/png2c] Error 2
make[2]: Leaving directory `/src/pgadmin3-1.18.1/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/pgadmin3-1.18.1'
make: *** [all] Error 2
[root@IFAF pgadmin3-1.18.1]#


Regards,

Javier.



> Date: Tue, 25 Feb 2014 20:28:06 +0000
> Subject: Re: [pgadmin-support] pgAdmin III install with CentOS 6.5 and Postgresql 9.3
> From: dpage@pgadmin.org
> To: javierlepiscopo@hotmail.com
> CC: pgadmin-support@postgresql.org
>
> On Tue, Feb 25, 2014 at 6:05 PM, Javier L'Episcopo
> <javierlepiscopo@hotmail.com> wrote:
> > Hello,
> >
> > As Dave suggest me, I install the -devel package for Postgresql 9.3, but I
> > still have the issue with the path.
> >
> > Please, I don't know what more to do.
>
> Please send the configure.log file.
>
> Thanks.
>
> >
> > Thanks and regards,
> >
> > Javier L'Episcopo
> >
> >> Date: Wed, 19 Feb 2014 08:44:02 +0000
> >> Subject: Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3
> >> From: dpage@postgresql.org
> >> To: javierlepiscopo@hotmail.com
> >
> >>
> >> [Please use the pgadmin-support@postgresql.org mailing list for any
> >> future questions]
> >>
> >> On Tue, Feb 18, 2014 at 6:57 PM, Javier L'Episcopo
> >> <javierlepiscopo@hotmail.com> wrote:
> >> > Hello Dave,
> >> >
> >> > Sorry to bother with this, but I am trying to install the pgAdmin III
> >> > software and I can't see what I am making wrong or what is missing.
> >> >
> >> > I install Postresql 9.3 but the ./configure is still telling me that it
> >> > isn't install.
> >> >
> >> > When I used the following sentence (because didn't find it without the
> >> > --
> >> > option)
> >> >
> >> > ./configure --with-pgsql=/usr/pgsql-9.3/bin/
> >> >
> >> > I get the following error:
> >> >
> >> > checking for strchr... yes
> >> > configure: error: Could not find your PostgreSQL installation in
> >> > /usr/pgsql-9.3/bin/
> >> >
> >> > The pg_config executable file is on that folder.
> >> >
> >> > I don't know what more to do.
> >>
> >> Make sure you have the -devel packages for PostgreSQL and it's
> >> components installed.
> >>
> >> --
> >> Dave Page
> >> PostgreSQL Core Team
> >> http://www.postgresql.org/
> >
> >
> > --
> > Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgadmin-support
> >
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company

В списке pgadmin-support по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: frequent crash in explain analyze window
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin III install with CentOS 6.5 and Postgresql 9.3