From: Paul T. <pt...@wa...> - 2008-10-08 06:50:26
|
Point 1: First install SQL-Ledger, then create the db via admin.pl, using any encoding you fancy, in your case ascii, THEN quit sql-ledger and do the psql my_database_name < sql_backup_2.x.x.sql bit.Not sure about the exact command there, has been a while. It is in the manual however. For what it;s worth, I use opensuse 11 myself and had no problems restoring last time round, a few months ago iirc. Just use standard tetex via yast, the tetex-extra you mention is not traceble via rpmfind, you sure you use that? Point 2: Although I strongly doubt it has anything to do with the problem, on SuSe 11 you can install rpm made for Suse 10.3 without a problem, just add the 10.3 repository. Or you can use the factory (bleeding edge) beta 11.1 repository. Also you could try to install a general package, normally they are called packet_xyz_0.1.1.noarch.rpm. Just download and instaal with yast or zypper. Last resort: get a sourrce package and do the slightly more complex commandline routine of extracting to a subdir and then configure, make and make install. I yet have to find something I can not install under Suse, but it os sometimes a bit more then point and click. . 2008/10/8 Walter López <wal...@ya...> > Hello, rencently i been setup SL on Opensuse 11 withouth problems, but whe > i try to create a dataset with miltibyte econding ASCII, y have problems, > next error are displayed: > > Database xxx dont exist > > Y try to create the same dataset with utf 8, succesfully, but the utf8, but > i need to solve the problem because i have a backups made on ascii dataset. > > I probe on ubuntu 8.10 the problem are similar to opensuse but i fix it > installin tetex-extra, but this rpm package dont exist for opensuse 11 > > Please helpme. > > Best regards > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > |