[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01717] Re: Install postgresql support

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-04 13:25:08 UTC
List: ruby-talk #1717
Hi,

In message "[ruby-talk:01715] Install postgresql support"
    on 00/03/04, Ikhlasul Amal <amal@piksi.itb.ac.id> writes:
|
|Hi all,
|I am trying to install Postgres support for Ruby but failed.
|
|Having followed the instruction in INSTALL, but the first step
|
|	# ruby extconf.rb
|
|did not yet result anything for the next step (create Makefile, uh?).

I think you have to tell extconf.rb where to find the include files
and the library.

e.g.

  ruby extconf.rb --with-pgsql-include-dir=/usr/include/postgresql --with-pgsql-lib-dir=/usr/local/lib

In This Thread