472,958 Members | 2,583 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

adding a library (functionality) to an operating system

Hello All,

I have been using Fedora Core 4/5 for a networking application. I came
to know that it does not have the library corresponding to the SYSCTL
API, used to interface with the routing table and etc. Similar is the
situation for the library used to access data-link layer (L2) and
packet generation functionalities.

Is there any possibility of adding that library (which I believe is
available on UNIX) to the operating system? I do not want to switch to
a UNIX variant and want to stick to Linux.

Thank you,

Abid Ghufran.

Oct 2 '06 #1
3 1670
aghufran wrote:
Hello All,

I have been using Fedora Core 4/5 for a networking application. I came
to know that it does not have the library corresponding to the SYSCTL
API, used to interface with the routing table and etc. Similar is the
situation for the library used to access data-link layer (L2) and
packet generation functionalities.
That functionality has resided inside Linux for eons. Ask in
comp.unix.programmer or comp.os.linux.*
Oct 2 '06 #2
On 1 Oct 2006 22:37:48 -0700, "aghufran" <ab**********@gmail.com>
wrote in comp.lang.c:
Hello All,
Oh, you're a multiposter. Don't do that. DO NOT post the same
question separately to multiple groups.
I have been using Fedora Core 4/5 for a networking application. I came
to know that it does not have the library corresponding to the SYSCTL
API, used to interface with the routing table and etc. Similar is the
situation for the library used to access data-link layer (L2) and
packet generation functionalities.

Is there any possibility of adding that library (which I believe is
available on UNIX) to the operating system? I do not want to switch to
a UNIX variant and want to stick to Linux.

Thank you,

Abid Ghufran.
There is still no mention at all of the C (or C++, although that's
off-topic here) in your question, and several mentions of Linux.

If that doesn't give you a hint as to where it should be asked, see my
reply in news:alt.comp.lang.learn.c-c++

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Oct 2 '06 #3
On 1 Oct 2006 22:37:48 -0700, in comp.lang.c , "aghufran"
<ab**********@gmail.comwrote:
>Is there any possibility of adding that library (which I believe is
available on UNIX) to the operating system?
Undoubtedly. You will need to ask in a Linux support group however.

<OT>
Did you search the yum repository for suitable libraries?
Or even search the web?
<OT>
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
Oct 2 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Gabe | last post by:
Please see: http://www.showorders.com/test3.asp The code generating the page is as follows: testdate = "1/29/2003 1:00:00 PM" while count <> 5 testdate = dateadd("n",15,testdate)...
18
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion...
4
by: ±èµ¿±Õ | last post by:
Tell me why the symbol "_" use in the Library? For example, char *_itoa( int value, char *string, int radix ); But We use function "itoa(value,string,radix) "only. I want to know the...
3
by: Jim Heavey | last post by:
Trying to figure out the technique which should be used to add rows to a datagrid. I am thinking that I would want an "Add" button on the footer, but I am not quite sure how to do that. Is that...
36
by: lovecreatesbeauty | last post by:
In the C programming language, I/O operation functions are declared in stdio.h, for example, fopen(), fclose(), fwrite(), fread(), fseek() ... But another set of I/O functions are also defined in...
28
by: Ilias Lazaridis | last post by:
I understand that I can use __metaclass__ to create a class which modifies the behaviour of another class. How can I add this metaclass to *all* classes in the system? (In ruby I would alter...
20
by: J de Boyne Pollard | last post by:
MThe library functions which are included to allow process Mlaunch, forking, and termination, imply that it is both Mpossible and desirable for a process to fork itself. This is Ma fundamental...
0
by: JosAH | last post by:
Greetings, welcome back; above we discussed the peripherals of the Library class: loading and saving such an instantiation of it, the BookMark interface and then some. This part of the article...
1
by: inlovewithmusic | last post by:
Hi, I am writing an application to monitor Operating system events, processes and services that are running on an OS etc. Now , C# has the really cool library System.Diagnostics which provides the...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.