Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
1991b07f
Commit
1991b07f
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Updated answer to __ctype_b link error question.
Added -C to unzip command-lines for case-insensitivity.
parent
b1423a4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sbbsunix.txt
+7
-13
7 additions, 13 deletions
docs/sbbsunix.txt
with
7 additions
and
13 deletions
docs/sbbsunix.txt
+
7
−
13
View file @
1991b07f
...
...
@@ -26,20 +26,14 @@ A. Should work with any GNU/Linux-x86 distribution (e.g. RedHat, Mandrake,
Debian, Slackware, etc.).
Q. Linking error: undefined reference: '__ctype_b'
A: Th
ere are currently
issue
s
linking the provided Mozilla libraries for Linux
A: Th
is is an
issue linking the provided Mozilla libraries for Linux
(libjs.a and libnspr4.lib) on RedHat Linux 9 and Mandrake Linux 9 using
glibc v2.3.2-11+.
We are working on resolving this issue permanently, but in the mean-time,
there are currently two available work-arounds:
1. Download and extract ftp://ftp.synchro.net/lib-linux-rh9.tgz for
RH9-compatible versions of the Mozilla libraries.
or:
2. Build the Mozilla libraries from source,
see http://mannsoft.ca/howtos.php for detailed instructions.
This issue has been resolved with the addition of libjs.so and libnspr4.so
to the CVS repository (in the lib/mozilla directory). If you're having this
problem, run "cvs update" in your lib and src/sbbs3 directories and
rebuild.
Q. Are non-x86 (Alpha, SPARC, 68k, PowerPC, etc) processors supported?
A. Not currently. Synchronet assumes a little-endian processor. It *may* work
...
...
@@ -281,7 +275,7 @@ Default Configuration (SCFG) Screen-shots
[Viewable File Type]
1: File Extension zip
2: Command Line unzip -l %s
2: Command Line unzip
-C
-l %s
3: Access Requirements UNIX
[Testable File Type]
...
...
@@ -292,7 +286,7 @@ Default Configuration (SCFG) Screen-shots
[Extractable File Type]
1: File Extension zip
2: Command Line unzip -o -j %f %s -d %g
2: Command Line unzip
-C
-o -j %f %s -d %g
3: Access Requirements UNIX
[Compressable File Type]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment