Dear my friends... After 2 weeks trying to install iVia which I downloaded from "http://ivia.ucr.edu/" without success on OpenSuSE11.1, I think I have been desperated already. I can't solved this problem: " sussy:/home/ivia/libiViaCore-6.0.1/install-scripts # ./root-install === ./root-install: Checking needed packages... === ... ... ... ./update_database.sh Database revision number before updates: 06000003 Applying database update: 06000004.sql Query: CREATE OR REPLACE FUNCTION insert_robots_entry(canonical_name varchar(255), expires TIMESTAMP, contents TEXT) returns bool as $$ retval = plpy.execute("SELECT robots_id FROM robots_dot_txts WHERE canonical_hostname = '%s'"%(canonical_name)) insert_robots_stmt = "INSERT INTO robots_dot_txts (canonical_hostname, expiration, contents) VALUES ('%s','%s','%s') RETURNING robots_id" update_robots_stmt = "UPDATE robots_dot_txts SET canonical_hostname='%s', expiration='%s', contents='%s' WHERE robots_id = %d " insert_alias_stmt = "INSERT INTO aliases_and_canonical_hostnames VALUES ('%s', %d)" plpy.execute("BEGIN WORK") if (retval.nrows() == 0) : results=plpy.execute(insert_robots_stmt%(canonical_name,expires,contents)) plpy.execute(insert_alias_stmt%(canonical_name, results[0]['robots_id'])) else : plpy.execute(update_robots_stmt%(canonical_name, expires, contents, retval[0]['robots_id'])) plpy.execute("COMMIT") return retval.nrows() != 0 $$ LANGUAGE 'plpythonu' iViaCore-exec-sql: Error: error: iViaCore-exec-sql: in DbConnection::execSql: CREATE OR REPLACE FUNCTION insert_robots_entry(canonical_name varchar(255), expires TIMESTAMP, conte...: FEHLER: keine Berechtigung f�r Sprache plpythonu (my translation: no access right to plpythonu). StackTrace::getNonGdbBacktrace()+0x3b Exception::Exception(std::string const&)+0xd0 DbConnection::execSql(std::string const&)+0x1c2 iViaCore-exec-sql(main+0x28f) [0x804aa1f] libc.so.6(__libc_start_main+0xe5) [0x40a45705] iViaCore-exec-sql [0x8049871] in sql statement 0) CREATE OR REPLACE FUNCTION insert_robots_entry(canonical_name varchar(255), expires TIMESTAMP, contents TEXT) returns bool as $$ retval = plpy.execute("SELECT robots_id FROM robots_dot_txts WHERE canonical_hostname = '%s'"%(canonical_name)) insert_robots_stmt = "INSERT INTO robots_dot_txts (canonical_hostname, expiration, contents) VALUES ('%s','%s','%s') RETURNING robots_id" update_robots_stmt = "UPDATE robots_dot_txts SET canonical_hostname='%s', expiration='%s', contents='%s' WHERE robots_id = %d " insert_alias_stmt = "INSERT INTO aliases_and_canonical_hostnames VALUES ('%s', %d)" plpy.execute("BEGIN WORK") if (retval.nrows() == 0) : results=plpy.execute(insert_robots_stmt%(canonical_name,expires,contents)) plpy.execute(insert_alias_stmt%(canonical_name, results[0]['robots_id'])) else : plpy.execute(update_robots_stmt%(canonical_name, expires, contents, retval[0]['robots_id'])) plpy.execute("COMMIT") return retval.nrows() != 0 $$ LANGUAGE 'plpythonu' make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/ivia/libiViaCore-6.0.1/db_updates' make: *** [install] Error 2 *** ./build-libiViaCore: Error in building your libiViaCore installation! *** ./root-install: Error in building your libiViaCore installation! ". Anybody can suggest me the same kind of software as iVia? Web based is a mandatory. Thank you very much in advance. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org