[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Posix Inter-process comunication on RH 7.1
- To: Gold Edward <avieal(at-nospam)inter.net.il>
- Subject: Re: Posix Inter-process comunication on RH 7.1
- From: Shaul Karl <shaulka(at-nospam)bezeqint.net>
- Date: Wed, 24 Oct 2001 23:54:35 +0200
- cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: Message from Gold Edward <avieal@inter.net.il> of "Wed, 24 Oct 2001 21:12:19 +0200." <3BD71293.59B415B3@inter.net.il>
- References: <3BD71293.59B415B3@inter.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
> The company I work on agreed to try the RH 7.1 for a large sw. project
> (several hundreds thousands of code lines)- which works presently on
> Solaris.
> I emphasize that the project is in maintenance state (sw. alredy
> developed , formal tested and tried).
>
> We started by compiling and linking the source code on Kdevelop-- though
> the system manager installed just the Gnome packages.
> The sw. uses frequently Posix inter-process mechanisms (shared memory,
> semaphores, queues).
>
> Compilation and link went more or less OK, until we tryed to use the
> debugger in a step by step mode.
> The shm_open function returned with code error indicating that this
> function is not
> implemented (code no. 38) .
> The same situation was encountered on mq_open().
> However, the included files needed for these mechanisms (mqueue.h , for
> example)
> did not produced any link problems.
> We installed some other packages and that did not change the situation.
> Can someone tell me what package(s) are needed in order to get all the
> Posix inter-processing mechanisms on RH 7.1 .
>
> Thank you
> Edy Gold
>
All those references (mqueue.h, mq_open and the others) looks to me as related to the KDE env.
You might be interested in info ipc or man 5 ipc.
--
When responding, please quote my entire message.
Shaul Karl <shaulka@bezeqint.net>
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il