Displaying 6 results from an estimated 6 matches for "__ctype_b".
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...httpd-2.0.54/srclib/apr/libapr-0.la<http://0.la>-lrt
-lm -lcrypt -lnsl -lpthread -ldl
modules/filters/.libs/mod_include.a(mod_include.o)(.text+0x240): In function
`get_include_var':
/scratch/fong/newSpine/apache2.src/httpd-2.0.54/modules/filters/mod_include.c:231:
undefined reference to `__ctype_b'
modules/filters/.libs/mod_include.a(mod_include.o)(.text+0x42f): In function
`decodehtml':
/scratch/fong/newSpine/apache2.src/httpd-2.0.54/modules/filters/mod_include.c:402:
undefined reference to `__ctype_b'
modules/filters/.libs/mod_include.a(mod_include.o)(.text+0x710): In function...
2005 Jul 19
1
Trying to compile, incompatible libraries? Cento4
I get the errors:
zip4_lnx.a(generic.o)(.text+0xb16): more undefined references to
`__ctype_b' follow
zip4_lnx.a(libdl.so): undefined reference to `_dl_close at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to `_dl_catch_error at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to `_dl_addr at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to
`_dl_lookup_ver...
2003 Apr 24
3
flashpluginwrapper problem.
...ashpluginwrapper. It was working before but
when I upgrade the linux_base port to version 7.1_3, it gives out the
error below when I start mozilla.
LoadPlugin: failed to initialize shared library
/usr/X11R6/lib/browser_plugins/rpnp.so
[/usr/X11R6/lib/browser_plugins/rpnp.so: Undefined symbol "__ctype_b"]
LoadPlugin: failed to initialize shared library
/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so
[/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined
symbol "overrideShellClassRec"]
I already update my system as of yesterday's STABLE but still the
problem o...
2005 Jul 18
0
Having problems compiling program
I get the errors:
zip4_lnx.a(generic.o)(.text+0xb16): more undefined references to
`__ctype_b' follow
zip4_lnx.a(libdl.so): undefined reference to `_dl_close at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to `_dl_catch_error at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to `_dl_addr at GLIBC_2.0'
zip4_lnx.a(libdl.so): undefined reference to
`_dl_lookup_ver...
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...__assert_fail(const char *assertion, const char *file,
unsigned int line, const char *function)
{
fprint (stderr, "%s:%d:%s: %s\n", file, line, function, assertion);
abort ();
}
#include <ctype.h>
int __ctype_toupper(int c)
{
return toupper (c);
}
unsigned short int __ctype_b[256];
#include <errno.h>
int *__errno_location(void)
{
return __error ();
}
unsigned long int __strtoul_internal(const char *__nptr, char **__endptr,
int __base, int __group)
{
return strtoul (__nptr, __endptr, __base);
}
void __terminate()
{
fprintf (stderr, "termin...
1999 Jan 07
1
problems compiling R packages with Linux
...ocal/share/R/library/ctest/src/fexact.c:2232: undefined reference to `log'
/usr/lib/libblas.so: undefined reference to `strcpy'
/usr/lib/libblas.so: undefined reference to `sqrt'
/usr/lib/libblas.so: undefined reference to `times'
/usr/lib/libblas.so: undefined reference to `__ctype_b'
/usr/lib/libblas.so: undefined reference to `errno'
/usr/lib/libblas.so: undefined reference to `__strtol_internal'
/usr/lib/libblas.so: undefined reference to `_IO_stdout_'
[...]
I hope there is a kind soul who can help a little bit ;-)
Many thanks,
Ulf
-------...