Subject Re: [IBDI] ib_tools
Author Ann Harrison
At 05:12 PM 7/25/00 -0300, Paulo Henrique Rodrigues Pinheiro wrote:



>Someone compiled the ib_tools package?
>I start the server and created a database with:
>create database "/home/nulo/rpm/SOURCES/InterBase/ib_tools/marion/marion.gdb";
>and make with:
>-------------
>
>[nulo@sql marion]$ make -f makefile.solaris INTERBASE=/opt/interbase
>/opt/interbase/bin/gpre -z -m -n marion.e
>gpre version LI-V6.0.0.624
>(E) marion.e:285: expected relation name, encountered "BASE_LEVEL"
>(E) marion.e:288: unmatched END_FOR

There should be a file with a name like marion.sql which contains the
data definitions you need. Possibly something called marion.ddl. If
you've got a marion.ddl, you'll need a tool (which should be somewhere)
called "gdef". It's a command line data definition tool - if I remember
the syntax is something like gdef -c marion.ddl.

The necessary files should be up on the interbase.com website shortly.

Regards,

Ann