The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting up on linux box
Author Message
roberpot
Moderator
****

Posts: 48
Likes Given: 4
Likes Received: 12 in 8 posts
Joined: Apr 2014
Reputation: 0



Post: #1
Setting up on linux box
Hi everyone,

i'm testing spheresvr in linux, but i have a problem, when i try to run spheresvr, i get the error:

-bash: ./spheresvr: File or directory not found.

This is my spheresvr:

-r-x------ 1 *** *** 3,4M mar 19 22:17 spheresvr

file information:

spheresvr: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xdf2d14f492d0e91a90b086999dfe5174dd9ca42f, stripped

but when i do ldd spheresvr i get that error:

not a dynamic executable

How can i fix this? Can you help me please?

Thanks a lot to all!
04-18-2014 01:04 AM
Find all posts by this user Like Post Quote this message in a reply
roberpot
Moderator
****

Posts: 48
Likes Given: 4
Likes Received: 12 in 8 posts
Joined: Apr 2014
Reputation: 0



Post: #2
RE: Setting up on linux box
Ok, i get the solution.

The problem was, i can't execute a elf32 executable in a 64 bits environment.

On debian like distributions, the solution is install the libc6-i386.deb package. This package can be found in system repositories:

sudo apt-get install libc6-i386.

Thanks you all!
04-18-2014 02:31 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes roberpot's post
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #3
RE: Setting up on linux box
Thanks for sharing the solution Smile
04-18-2014 07:43 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)