Domino 9 und frühere Versionen > ND6: Administration & Userprobleme

LP Deutsch auf Linux (Frage nach Erfolg)

<< < (3/3)

TimBim:
ok nach der lieben hilfe von den guten ibmern hat sich ads prob erledigt..

Jetzt funzts auch unter SLES 8
Reihenfolge:
domino => FP => LP

und geht auf einmal...

wieder hab ich bewiesen das meist das Problem zwischen Stuhl und Tastatur liegt. :)

Manfred.Gipp:
Auch auf die Gefahr hin, als NEWBIE abgestempelt zu werden:
Was ist hier mit FP gemeint. Fix-Pack? und wenn ja, welches?
---- OK FP scheint wirklich Fixpack zu sein. Aber es funktioniert trotzdem nicht.
Das LP ist das Language Pack soweit ist es klar.

Manfred.Gipp:
Also gibt es immer noch keiner Alternative zu dem folgenden?


--- Zitat ---<snip>
#include <errno.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
pid_t
__libc_wait (int *status)
{
int res;
asm volatile ("pushl %%ebx\n\t"
"movl %2, %%ebx\n\t"
"movl %1, %%eax\n\t"
"int $0x80\n\t"
"popl %%ebx"
: "=a" (res)
: "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
"S" (0));
return res;
}
</snap>


Compilieren:
# gcc -shared -o libcwait.so -O -g libcwait.c

LD_PRELOAD setzten:
# export LD_PRELOAD=/path/to/libcwait.so

und nu die installation nochmal anstarten
--- Ende Zitat ---

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln