-bash: ./bin/texis: No such file or directory

Post Reply
harold
Posts: 35
Joined: Tue Aug 15, 2000 12:52 am

-bash: ./bin/texis: No such file or directory

Post by harold »

Once again, I'm migrating to a new server! I've copied everything over from the old Centos server to a new AlmaLinux server.

Trying to run https://hallikainen.org/cgi-bin/texis.c ... or/dowalk/ , I get:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Going in as root, I get the following:

[root@kiwi bin]# pwd
/usr/local/morph3/bin
[root@kiwi bin]# ./texis
-bash: ./texis: No such file or directory
[root@kiwi bin]# ls -al
total 19200
drwxr-xr-x 2 apache apache 4096 Sep 28 2005 .
drwxr-xr-x 8 apache apache 4096 Aug 13 22:13 ..
-rwsrwxr-x 1 apache apache 4684180 Apr 24 2003 anytotx
-rw-r--r-- 1 apache apache 3308 Apr 3 2003 anytotx.txt
-rwxrwxr-x 1 apache apache 23888 Apr 3 2003 geturl
-rwsrwxr-x 1 apache apache 3736140 Apr 24 2003 gw
-rwxrwxr-x 1 apache apache 35520 Apr 3 2003 gwpatch
-rwxr-xr-x 1 apache apache 1187504 Apr 3 2003 libcrypto.so.0.9.7
-rwxr-xr-x 1 apache apache 228218 Apr 3 2003 libssl.so.0.9.7
-rwxr-xr-x 1 apache apache 545833 Apr 3 2003 libtxjs.so
-rwsr-xr-x 1 apache apache 4571884 Apr 24 2003 monitor
-rwxrwxr-x 1 apache apache 42436 Apr 3 2003 rex
-rwsr-xr-x 1 apache apache 4571884 Apr 24 2003 texis

So, texis is there, but bash does not see it. I suspect this is the first problem to resolve.

By the way, here's version and license info from the old server:

[root@mai morph3]# ./bin/texis -version
Texis Web Script (Vortex) Copyright (c) 1996-2003 Thunderstone - EPI, Inc.
Commercial Webinator Version 4.03.1049399699 of Apr 3, 2003 (i686-unknown-linux2.4.9-64-32)


[root@mai morph3]# ./bin/texis -license
Texis Web Script (Vortex) Copyright (c) 1996-2003 Thunderstone - EPI, Inc.
Commercial Webinator Version 4.03.1049399699 of Apr 3, 2003 (i686-unknown-linux2.4.9-64-32)

License Information

Current time is: Sep 21 2021 14:42:24 PDT
Init since boot: Mar 12 2021 02:53:26 PST
License created: Feb 5 2010 15:43:17 PST
License expires: never
License verified: Sep 21 2021 12:19:09 PDT
Maximum version: unlimited
Serial number: 1823
Current hits a day: 8 since Sep 20 2021 17:13:35 PDT
Previous days: Sep 19: 18 Sep 18: 3 Sep 17: 4 Sep 16: 11 Sep 15: 4 Sep 14: 5 Sep 13: 17 Sep 12: 17287 Sep 11: 16119 Sep 10: 15111
Highest hits a day: 17287
Maximum hits a day: 10000
Current table rows: 4986
Maximum table rows: 20000
Current table size: 19405204
Maximum table size: unlimited
Current database rows: 4986
Maximum database rows: unlimited
Current database size: 19405204
Maximum database size: unlimited
Current total rows: 5109
Maximum total rows: unlimited
Current total size: 20312272
Maximum total size: unlimited
Flags: Non-intranetable Auto growth
Texis flags: Index Trig Del Upd Ins Sel Grant Revoke Viol. no create SSL
Vortex flags: Texis name Env check Comment (c) Visible (c) Create Webinator tables
Texis monitor process: pid 889
Highest concurrent users since init: 81 at Jul 28 2021 23:48:28 PDT
Concurrent users in the past minute: 1

Defaults

Equivs path: builtin
User equivs: /usr/local/morph3/eqvsusr
Vortex log: /usr/local/morph3/texis/vortex.log
Database: /usr/local/morph3/texis/testdb
Vortex script: /usr/local/morph3/texis/testdb/index


THANKS!

Harold
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Re: -bash: ./bin/texis: No such file or directory

Post by John »

The i686 in the texis version indicates that it is intended for a 32-bit OS, and looks like you don't have support for on the new server, and the texis date indicates it's getting close to 20 years old.

It would be best to upgrade the Webinator to a 64-bit version, although there may be compatibility packages you can install to allow the 32-bit executables to run.
John Turnbull
Thunderstone Software
harold
Posts: 35
Joined: Tue Aug 15, 2000 12:52 am

Re: -bash: ./bin/texis: No such file or directory

Post by harold »

Thanks for the quick response! Yes, I've been using Webinator for close to 20 years on various personal projects. I'll consider an update (depending on available funds!).
harold
Posts: 35
Joined: Tue Aug 15, 2000 12:52 am

Re: -bash: ./bin/texis: No such file or directory

Post by harold »

Post Reply