I am running Ubuntu 8.10 server.
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
GNU Make 3.81
I downloaded (From the PennMUSH download server) Pennmush 1.8.2p1 with Aspace 1.2.1. I extracted it using tar -xvvzf and it put it into a folder called pennmush in the same level directory I saved the archive.
I read the READMEs which said to make Aspace first so I went into the Aspace folder and typed 'make' and got errors and a failed compile. The error I received was:
gcc -I. -I.. -I../hdrs -DPENNMUSH -DASPACE -g -w -c space_alert.c -o obj/space_alert.o
In file included from ../hdrs/conf.h:13,
from space.h:27,
from space_alert.c:4:
../hdrs/mushtype.h:10:25: error: openssl/ssl.h: No such file or directory
In file included from ../hdrs/conf.h:13,
from space.h:27,
from space_alert.c:4:
../hdrs/mushtype.h:138: error: expected specifier-qualifier-list before âSSLâ
make: *** [obj/space_alert.o] Error 1
Anyone have any ideas? Why am I getting a No such file or directory for the openssl?
When I check mushtype.h, I can see the lines it is speaking of:
#ifdef HAS_OPENSSL
#include <openssl/ssl.h>
When it says to include openssl/ssl.h, does that mean that this file should be within the pennmush directory, or does it find it elsewhere on the server?
FYI, OpenSSL is installed to the current version (At least Ubuntu says so anyway):
OpenSSL 0.9.8g 19 Oct 2007
Can anyone help me with this issue? Does anyone need further info?
gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
GNU Make 3.81
I downloaded (From the PennMUSH download server) Pennmush 1.8.2p1 with Aspace 1.2.1. I extracted it using tar -xvvzf and it put it into a folder called pennmush in the same level directory I saved the archive.
I read the READMEs which said to make Aspace first so I went into the Aspace folder and typed 'make' and got errors and a failed compile. The error I received was:
gcc -I. -I.. -I../hdrs -DPENNMUSH -DASPACE -g -w -c space_alert.c -o obj/space_alert.o
In file included from ../hdrs/conf.h:13,
from space.h:27,
from space_alert.c:4:
../hdrs/mushtype.h:10:25: error: openssl/ssl.h: No such file or directory
In file included from ../hdrs/conf.h:13,
from space.h:27,
from space_alert.c:4:
../hdrs/mushtype.h:138: error: expected specifier-qualifier-list before âSSLâ
make: *** [obj/space_alert.o] Error 1
Anyone have any ideas? Why am I getting a No such file or directory for the openssl?
When I check mushtype.h, I can see the lines it is speaking of:
#ifdef HAS_OPENSSL
#include <openssl/ssl.h>
When it says to include openssl/ssl.h, does that mean that this file should be within the pennmush directory, or does it find it elsewhere on the server?
FYI, OpenSSL is installed to the current version (At least Ubuntu says so anyway):
OpenSSL 0.9.8g 19 Oct 2007
Can anyone help me with this issue? Does anyone need further info?