ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Не могу найти libpq-fe.h
@ 2006-06-27 13:00 Serge
  2006-06-27 13:13 ` Dmitry V. Levin
  2006-06-27 13:14 ` Alexey Tourbin
  0 siblings, 2 replies; 11+ messages in thread
From: Serge @ 2006-06-27 13:00 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Доброго дня.

Подскажите, а где найти пакет, представляющий  данный хедер???
apt-cache search не принес никаких резульататов... :(

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:00 [sisyphus] Не могу найти libpq-fe.h Serge
@ 2006-06-27 13:13 ` Dmitry V. Levin
  2006-06-27 13:14 ` Alexey Tourbin
  1 sibling, 0 replies; 11+ messages in thread
From: Dmitry V. Levin @ 2006-06-27 13:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

On Tue, Jun 27, 2006 at 04:00:53PM +0300, Serge wrote:
> Доброго дня.
> 
> Подскажите, а где найти пакет, представляющий  данный хедер???
> apt-cache search не принес никаких резульататов... :(

$ fgrep /libpq-fe.h Sisyphus/*/base/contents_index 
Sisyphus/i586/base/contents_index:/usr/include/pgsql/libpq-fe.h	postgresql8.1-devel
Sisyphus/x86_64/base/contents_index:/usr/include/pgsql/libpq-fe.h	postgresql8.1-devel


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:00 [sisyphus] Не могу найти libpq-fe.h Serge
  2006-06-27 13:13 ` Dmitry V. Levin
@ 2006-06-27 13:14 ` Alexey Tourbin
  2006-06-27 13:18   ` Serge
  1 sibling, 1 reply; 11+ messages in thread
From: Alexey Tourbin @ 2006-06-27 13:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

On Tue, Jun 27, 2006 at 04:00:53PM +0300, Serge wrote:
> Подскажите, а где найти пакет, представляющий  данный хедер???
> apt-cache search не принес никаких резульататов... :(


$ fgrep /libpq-fe.h ~sisyphus/i586/base/contents_index
/usr/include/pgsql/libpq-fe.h   postgresql8.1-devel
$

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:14 ` Alexey Tourbin
@ 2006-06-27 13:18   ` Serge
  2006-06-27 13:45     ` Epiphanov Sergei
                       ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Serge @ 2006-06-27 13:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alexey Tourbin пишет:
> On Tue, Jun 27, 2006 at 04:00:53PM +0300, Serge wrote:
>   
>> Подскажите, а где найти пакет, представляющий  данный хедер???
>> apt-cache search не принес никаких резульататов... :(
>>     
>
>
> $ fgrep /libpq-fe.h ~sisyphus/i586/base/contents_index
> /usr/include/pgsql/libpq-fe.h   postgresql8.1-devel
>   
Это есть хорошо, а почему он не виден по locate хотя бы?

При сборке пришлось принудительно экспортить пути типа:
export POSTGRES_INCLUDE=/usr/include/pgsql
что считаю грязным хаком...

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:18   ` Serge
@ 2006-06-27 13:45     ` Epiphanov Sergei
  2006-06-27 13:47     ` Alexey Tourbin
  2006-06-27 13:49     ` Epiphanov Sergei
  2 siblings, 0 replies; 11+ messages in thread
From: Epiphanov Sergei @ 2006-06-27 13:45 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Tuesday 27 June 2006 17:18 Serge написал(a):
> Это есть хорошо, а почему он не виден по locate хотя бы? При сборке
> пришлось принудительно экспортить пути 
> типа:exportPOSTGRES_INCLUDE=/usr/include/pgsql
> что считаю грязным хаком...

Почему? А разве не работает строка вида:

#include <pgsql/libpq_fe.h>

?

-- 
С уважением, Епифанов Сергей



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:18   ` Serge
  2006-06-27 13:45     ` Epiphanov Sergei
@ 2006-06-27 13:47     ` Alexey Tourbin
  2006-06-27 13:53       ` Epiphanov Sergei
  2006-06-27 13:49     ` Epiphanov Sergei
  2 siblings, 1 reply; 11+ messages in thread
From: Alexey Tourbin @ 2006-06-27 13:47 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

On Tue, Jun 27, 2006 at 04:18:40PM +0300, Serge wrote:
> > $ fgrep /libpq-fe.h ~sisyphus/i586/base/contents_index
> > /usr/include/pgsql/libpq-fe.h   postgresql8.1-devel
> Это есть хорошо, а почему он не виден по locate хотя бы?

Если в системе стоит то максимум через сутки по locate будет виден.

> При сборке пришлось принудительно экспортить пути типа:
> export POSTGRES_INCLUDE=/usr/include/pgsql
> что считаю грязным хаком...

Вы не perl-DBD-Pg часом собираете?

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:18   ` Serge
  2006-06-27 13:45     ` Epiphanov Sergei
  2006-06-27 13:47     ` Alexey Tourbin
@ 2006-06-27 13:49     ` Epiphanov Sergei
  2006-06-27 14:23       ` Serge
  2 siblings, 1 reply; 11+ messages in thread
From: Epiphanov Sergei @ 2006-06-27 13:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Tuesday 27 June 2006 17:18 Serge написал(a):
> Это есть хорошо, а почему он не виден по locate хотя бы? При сборке
> пришлось принудительно экспортить пути 
> типа:exportPOSTGRES_INCLUDE=/usr/include/pgsql
> что считаю грязным хаком...

Почему? А разве не работает строка вида:

#include <pgsql/libpq-fe.h>

?

(В прошлом сообщении опечатка).

-- 
С уважением, Епифанов Сергей



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:47     ` Alexey Tourbin
@ 2006-06-27 13:53       ` Epiphanov Sergei
  0 siblings, 0 replies; 11+ messages in thread
From: Epiphanov Sergei @ 2006-06-27 13:53 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Tuesday 27 June 2006 17:47 Alexey Tourbin написал(a):
> On Tue, Jun 27, 2006 at 04:18:40PM +0300, Serge wrote:
> > > $ fgrep /libpq-fe.h ~sisyphus/i586/base/contents_index
> > > /usr/include/pgsql/libpq-fe.h   postgresql8.1-devel
> >
> > Это есть хорошо, а почему он не виден по locate хотя бы?
>
> Если в системе стоит то максимум через сутки по locate будет виден.

Точно, locate ищет в своей базе данных, а не сразу по содержимому дисков, а 
базу можно обновить дополнительно самому по updatedb или она сама обновится 
через crond.

-- 
С уважением, Епифанов Сергей



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 13:49     ` Epiphanov Sergei
@ 2006-06-27 14:23       ` Serge
  2006-06-27 15:14         ` Alexey Tourbin
  2006-07-03  7:37         ` Alexey I. Froloff
  0 siblings, 2 replies; 11+ messages in thread
From: Serge @ 2006-06-27 14:23 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Epiphanov Sergei пишет:
> В сообщении от Tuesday 27 June 2006 17:18 Serge написал(a):
>   
>> Это есть хорошо, а почему он не виден по locate хотя бы? При сборке
>> пришлось принудительно экспортить пути 
>> типа:exportPOSTGRES_INCLUDE=/usr/include/pgsql
>> что считаю грязным хаком...
>>     
>
> Почему? А разве не работает строка вида:
>
> #include <pgsql/libpq-fe.h>
>
> ?
>
> (В прошлом сообщении опечатка).
>
>   
Собираю, вернее устанавливаю постгрес модуль для ruby gems.
А в его исходниках стоит просто #include <libpq-fe.h> что академически 
правильнее нежели описаное выше. IMHO

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 14:23       ` Serge
@ 2006-06-27 15:14         ` Alexey Tourbin
  2006-07-03  7:37         ` Alexey I. Froloff
  1 sibling, 0 replies; 11+ messages in thread
From: Alexey Tourbin @ 2006-06-27 15:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

On Tue, Jun 27, 2006 at 05:23:54PM +0300, Serge wrote:
> Собираю, вернее устанавливаю постгрес модуль для ruby gems.
> А в его исходниках стоит просто #include <libpq-fe.h> что академически 
> правильнее нежели описаное выше. IMHO

pg_config --includedir

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [sisyphus] Не могу найти libpq-fe.h
  2006-06-27 14:23       ` Serge
  2006-06-27 15:14         ` Alexey Tourbin
@ 2006-07-03  7:37         ` Alexey I. Froloff
  1 sibling, 0 replies; 11+ messages in thread
From: Alexey I. Froloff @ 2006-07-03  7:37 UTC (permalink / raw)
  To: ALT Linux Sisyphus

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

* Serge <serg-e@> [060627 18:28]:
> Собираю, вернее устанавливаю постгрес модуль для ruby gems.
$ apt-cache search ruby postgres
ruby-postgres - PostgreSQL extension for Ruby

Не ы?  Или rubygems опять идёт своим путём? ;-)

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-07-03  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-27 13:00 [sisyphus] Не могу найти libpq-fe.h Serge
2006-06-27 13:13 ` Dmitry V. Levin
2006-06-27 13:14 ` Alexey Tourbin
2006-06-27 13:18   ` Serge
2006-06-27 13:45     ` Epiphanov Sergei
2006-06-27 13:47     ` Alexey Tourbin
2006-06-27 13:53       ` Epiphanov Sergei
2006-06-27 13:49     ` Epiphanov Sergei
2006-06-27 14:23       ` Serge
2006-06-27 15:14         ` Alexey Tourbin
2006-07-03  7:37         ` Alexey I. Froloff

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git