Thread: cvs
how i checkout 7.2 version from the cvs? -- Felipe Schnack Analista de Sistemas felipes@ritterdosreis.br Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br felipes@ritterdosreis.br Fone/Fax.: (51)32303328
On Thu, 2002-11-28 at 06:42, Felipe Schnack wrote: > how i checkout 7.2 version from the cvs? Specify the REL7_2_STABLE branch (cvs co -rREL7_2_STABLE pgsql-server). Cheers, Neil -- Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC
> Error: Load of file /usr/lib/pgsql/pltcl.so failed: > /usr/lib/pgsql/pltcl.so: > Undefined symbol: Tcl_CreateSlave > Createlang: language installation failed u have to define a handler for the the language these are the supported languages 'plpgsql', 'pltcl', 'pltclu', and 'plperl'. run this script at postgres --------------------------- CREATE FUNCTION pltcl_call_handler () RETURNS opaque AS '/usr/lib/pgsql/pltcl.so' LANGUAGE 'C'; CREATE PROCEDURAL LANGUAGE 'pltcl' HANDLER pltcl_call_handler LANCOMPILER 'PL/tcl'; this should solve the problem suresh __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com