Does anyone have instructions/documents (or disk images) for installing Sybase server on NeXT?
I'd like to install it to work with EOF a bit.
I have Sybase 4.1 disk images, and IIRC I can install it. But don't actually know how to setup a running database. Installed documentation is sparse - Mostly just man pages.
If there's a Postgres adaptor for EOF it could use that also. The main point is to be able to work with EOF.
I am pretty sure a default database is installed when the installer runs. Also EOF ships with the Sybase adaptor included.
I have the 2 disk images of Sybase 4.1 (They are 2.8 Mb floppy disk images) and I am having trouble getting them to mount on VirtualBox 6.x on NS3.3.
VirtualBox seems to bring up a error that it is not supported, I have renamed their extensions to .img
The disk images were located on the fsck site.
Thanks
The images have an extra 44 bytes of header prepended.
You can remove the header using dd:
dd if=Sybase\ V4.1\ 1.diskimage of=S1.img bs=46 skip=1
Result (using osxfuse's ufs implementation):
me@Proton Sybase V4.1 2.diskimage % ufs --dmg S1.img --type nextstep ~/mnt
me@Proton Sybase V4.1 2.diskimage % ls ~/mnt
InstallationGuide.rtf lost+found
Sybase_SQL_Server-limited.pkg
Thanks Cuby that got me to the next error on NS3.3 Intel. I can't even 'cd' into the .pkg on the disk as it doesn't exist ?
Screen grab of sybase install error (
https://ibb.co/rGNW8gN)
I don't think Sybase runs in NS Intel, I am pretty sure its 68k only. I had to run it on my NeXT Cube back in the day when I did development with EOF.
Quote from: crispin on May 13, 2023, 11:36:06 PMI don't think Sybase runs in NS Intel, I am pretty sure its 68k only. I had to run it on my NeXT Cube back in the day when I did development with EOF.
Yes, the binaries on the disks are 68k only.
Quote from: pTeK on May 13, 2023, 10:51:36 PMThanks Cuby that got me to the next error on NS3.3 Intel. I can't even 'cd' into the .pkg on the disk as it doesn't exist ?
As mentioned in crispin's post, the binaries are 68k only, but this should not result in the error you see. I can cd ("File->Open as Folder" in Workspace) into the package and installation on NS3.3 in Previous works.
Thanks Crispin and Cuby. Looks like I need to find some other SQL software, I was wanting to play around with the dbkit after watching that demonstration by Steve Jobs.
Maybe an old version of MySQL from around 95-98 will compile.
I'm having trouble running the server.
I've installed Next Writenow, so I can read the .wn files.
Does any one here have a working interfaces file that runs the server on a local machine (non networked)??
I'm having trouble working my way through the documentation to set up the PRACTICE database.
I have managed to create the /usr/sybase/database/master.sdb
/usr/sybase/database/PRACTICE.errorlog
is bringing up a error,
No master port specified in interfaces fileregards