[ic] Installing construct w/ mysql support

Steve West interchange-users@lists.akopia.com
Fri May 18 17:53:00 2001


I just installed interchange on a RedHat 7.0 box and I'm having a few
issues.

First, can someone tell me what does this mean:

Since you selected the MySQL option, you need to create
a database named "test_construct". In a default MySQL
configuration, any user may create and drop and modify
test_* databases, but some administrators disable this.

run "mysqladmin -u root -p create test_construct"? y

Command returned error code 16777215: No such file or directory
done.

Does this mean the test_construct database did not get created?

Secondly, I'm unable to click to go to "Enter as customer" or "Admin
interface" link. They both fail. So, I rebooted the server and started the
service but I got several errors:

[root@dns2 ae]# /usr/local/interchange/bin/restart

The Interchange server should not be run as root. It should run
as a the user name you configured in when you set up the catalogs.

The name we think should run it is: interch

If you are starting the server from /etc/rc.local or another
startup file, you can use this:

su -f -c /usr/local/interchange/bin/restart interch
or if that fails:

        su interch <<EOF
/usr/local/interchange/bin/restart
EOF

Do you want me to start it as 'interch' now? [y]
bash: /home/ae/.bashrc: Permission denied
The Interchange server was not running
(/usr/local/interchange/etc/interchange.p
id).
Low traffic settings.
Calling UI....
...UI is loaded....
Interchange V4.6.5
Configuring catalog construct...construct config error: Couldn't open
'/catalogs
/construct/products/variable.txt' read/write: Permission denied
construct: error in configuration. Skipping.
construct: config error. Skipping.
Interchange server started in INET and UNIX mode(s) (process id 698)

Can anyone help me figure out what I'm doing wrong?

Thanks!

SW