Re: Why I can't create a database using Berkeley DB

2005-07-21 Thread Manuel Tejada
S. > > > -- > Larry Hall > http://www.rfk.com > RFK Partners, Inc. (508) > 893-9779 - RFK Office > 838 Washington Street (508) > 893-9889 - FAX > Holliston, MA 01746 > > > -- &g

Re: Why I can't create a database using Berkeley DB

2005-07-20 Thread Manuel Tejada
4.3'. That > should help. > > > -- > Larry Hall > http://www.rfk.com > RFK Partners, Inc. (508) > 893-9779 - RFK Office > 838 Washington Street (508) > 893-9889 - FAX > Holliston, MA 01746

Why I can't create a database using Berkeley DB

2005-07-20 Thread Manuel Tejada
rmsy.o:prueba_berkeley.c:(.text+0x45): undefined reference to `_db_create' /cygdrive/c/WINDOWS/TEMP/ccRirmsy.o:prueba_berkeley.c:(.text+0x59): undefined reference to `_db_strerror' collect2: ld returned 1 exit status As you see, it tells the db_create() anf db_strerror() are not defined. Somebo

Re: Help with Berkeley DB

2005-07-15 Thread Manuel Tejada
Thanks to all of you. Brain, You were very illustrative. In effect I lacked the devel package. Right now I am downloading the libdb4.3-devel. --- Brian Dessent <[EMAIL PROTECTED]> escribió: > Manuel Tejada wrote: > > > In order to learn the basic of the Sleepycat >

Help with Berkeley DB

2005-07-15 Thread Manuel Tejada
o use this kind of database and perhaps the db4.3.lst.gz and libdb4.3.lst.gz are all I need and just I don't know how to start using it. Or I need an aditional library? If anyone can tell me what to do I will appreciate the help.

How to install perl modules?

2005-05-24 Thread Manuel Tejada
Hello! Somebody can tell me from what URL I must to download a perl module and how to install it in Cygwing? In pure Windows is easy is you have Perl from ActiveState but Perl installed in Cygwin doesnt have the ppm Manager. Manuel TEJADA M

Re: I can't inicializate PostgreSQL

2004-07-20 Thread Manuel Tejada
my old PostgreSQL 7.4.1-3 to 7.4.3-1. Now I have no PostgreSQL --- Carlo Florendo y Flora <[EMAIL PROTECTED]> escribió: > Manuel Tejada wrote: > > >Thanks Carlo Florendo y Flora and Igor Pechtchanski > > >for your very illustrative comments. Based on that > I

Re: I can't inicializate PostgreSQL

2004-07-19 Thread Manuel Tejada
ong but I don't know what it is. I am not an expert just a user. Somebody have any clue? -- Carlo Florendo y Flora <[EMAIL PROTECTED]> escribió: > Igor Pechtchanski wrote: > > >On Mon, 19 Jul 2004, Carlo Florendo y Flora wrote: > > > > > > > >&

I can't inicializate PostgreSQL

2004-07-18 Thread Manuel Tejada
.1-3) that I still have the tar.gz archive in a directory created by the utility setup.exe.? I tried to reinstall the old one with the utility setup.exe but I can not see it in the windows'utility. Maybe I have to install it using ./configure, make, etc.?

I can't import pgdb modulo using Python

2004-01-06 Thread Manuel Tejada
Hello Everybody: I am using Cygwin on Windows ME. When I had Python 2.3.2 installred I tried to import pgdb module to make a connection to PostgreSQL 7.4 but never made a succeed importing "pgdb". See in the next lines why: -- >>> import pgdb Traceback (most recent call

I can't initializate the PostgreSQL v 7.4

2003-12-14 Thread Manuel Tejada
I was working with PostgreSQL 7.3.4 easily. Yesterday I decided to made an upgrade to PostgreSQL 7.4.2. After upgrading from internet with the setup.exe I followed the normal procedure to inicializate the postgre. Observe that The initdb failed. [EMAIL PROTECTED] ~ $ ipc-daemon &