[ic] Installing construct w/ mysql support

Steve West interchange-users@lists.akopia.com
Sat May 19 11:07:01 2001


-----Original Message-----
From: interchange-users-admin@developer.akopia.com
[mailto:interchange-users-admin@developer.akopia.com]On Behalf Of
Matthew Schick
Sent: Friday, May 18, 2001 6:30 PM
To: interchange-users@developer.akopia.com
Subject: Re: [ic] Installing construct w/ mysql support


On 18 May 2001 17:55:34 -0400, Steve West wrote:
>
> 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.
>

Are you sure you have the 'MySQL-Client' package installed?  It sounds
like mysqladmin doesn't exist on your system

> Does this mean the test_construct database did not get created?

Yes.

>
> 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

Check that the user (interch ?) has read and write access to
'variable.txt'.  You might want to check all of the files for the
correct permissions while you are at it....

> 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
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>

Hope this helps.
Matt