Where to get header files under /usr/include/snmp

My source codes relate to SNMP subagent. Currently mu codes is conpiled in a SOlaris 7 machine. I can find the needed header files in /usr/include/snmp. Now I want to build another compiling machine with SOlaris 9. But after I installed Solaris 9, I can not find the header files under /usr/include/snmp/. Is there some specific packages I need to install? Or Solaris 9 has removed or changed the name of these files?
Thanks!
Yong

So say if My page ProjectPG.xml has main controller ProjectPGCO then I have to write a class xyzProjectPGCO which extends ProjectPGCO .
Write me logic here ....in ProjectPGCO
After that I have to modify ProjectPG.xml and set its controller as xyzProjectPGCO
Please let me know if this is right way of doing ?
Thanks,
Milind

Similar Messages

  • Building PHP 5.2.5 and MySQL (Cannot find MySQL header files under /usr.)

    Hi,
    we are in big trouble here. On Mac OS X 10.4 it was no problem building PHP with additional modules. Unfortunately it´s not working this time.
    This is the error message i got when building php:
    checking for mSQL support... no
    checking for MSSQL support via FreeTDS... no
    checking for MySQL support... yes
    checking for specified location of the MySQL UNIX socket... /var/mysql/mysql.sock
    checking for MySQL UNIX socket location... /var/mysql/mysql.sock
    configure: error: Cannot find MySQL header files under /usr.
    Note that the MySQL client library is not bundled anymore!
    Looks like some libs are missing?!
    find / -iname 'libmysqlclient*'
    That doesn´t helper neither. No results.
    Any idera what´s wrong here?

    the php in 10.5 uses extensions, you do not need to rebuild php to get mssql to work..
    Take a look at http://downloads.topicdesk.com/docs/AddingGD2_to_PHP_on_OS_X_Server_10_5Leopard.pdf
    as you can see in that example GD is built separately, mssql is the same.. do a google search on mssql.so and you will find a bunch of info (most of it is for linux but you should be able to get the info to work)

  • What's the largest header file in /usr/include/sys?

    Just noticed this,
      $ ls -l /usr/include/sys | sort +4n | tail -3
      -rw-r--r--   1 root     bin        59151 Jul  4 03:39 dtrace_impl.h
      -rw-r--r--   1 root     bin        76941 Jul  4 03:39 sunddi.h
      -rw-r--r--   1 root     bin        83768 Jul  4 03:39 dtrace.hwhich is great because dtrace.h is so rich with comments, and dtrace_impl.h has plenty of ASCII art. Hooray!
    This more than makes up for the sins of /usr/include/sys/tnf_probe.h! ;-)
    .... now if you guys are ever bored, feel free to update /usr/include/sys/swap.h, /usr/include/vm/anon.h ... :-)
    Brendan

    Sorry I was really busy the last few days. Thank you for your answers!
    I probably should have left out all the specifics of what the software was that I was packaging, because I think what I was really asking did not come across clearly. What I really wanted to know is:
    Why do I have to provide the "-I /usr/include/headers_dir" compiler option for some libraries but not for others, although the header files for each lie in a level 1 subdir of /usr/include?
    I thought that maybe there was some kind of index of installed libraries that I didn't know about, which I could have updated from within PKGBUILD (so I guess that's why I included it originally). Seems to me now, though, that this is not the case.
    I did put in some google time (but not lots b/c 1. hard to google and 2. busy) to find an answer, but to no avail and it's not really top priority right now (and quite honestly never will be, since there is the -I option), so I guess it'll have to wait, unless someone knows...
    ---EDIT---
    So, right after I posted this (stupid me) I had a little think and I finally understand, whats happening.
    1. Headers are not found without specifying the directory they are in.
    2. I need the -I option because easykf headers are not well formed.
    Thanks a lot!
    Last edited by maximax (2013-09-27 00:26:03)

  • Header files  not being included in JNI

    I've written a java program which interfaces with some C code.In the c code i use certain functions which are defined in a header file that i include in the same c file.The problem i have ,is that the compiler shows an error when it comes across one of those functions.It seems to me that the header file is not being included.Here's what i've done at the start of the jni c code,any help will be greatly appreciated.
    #include<stdio.h>
    #include " mnt/cprog/ca.h"
    JNIEXPORT void JNICALL......
    Can other header files be included over here ,or do they have to be included from the java file?..but the problem there is that the header file is of .h extension.....any suggestions??
    ps..The os is Linux
    ..Derick

    If the header files are not found, the compiler will tell you. At least gcc does so. If only some functions you are using are missing, they are probably not in the header file you are including.
    By the way, there is no way to include headers for your native code through Java. What kind of mechanism should that be?

  • Hii,i m new to adobe flex but want a basic start...where to get pdf files to study

    hii,i m new to adobe flex but want a basic start...where to get pdf files to study

    A good place to start is with the Flex in a Week online course that you can do at your own pace.  You can download the Day Project Files and get PDFs of all the transcripts for the videos and all the starter and solution files.
    There is also more infomation here as well:  http://www.adobe.com/devnet/flex.html
    It is not in a PDF format but you can print it out or just work at your own pace online to get started with Flex.

  • Getting syntax error in /usr/include/sys/ header files during Compilation

    Hi,
    I am migrating old PRO C code from Oracle 8 + Solaris 8 to Oracle 10 + Solaris 10 environment. While compiling the code it is giving error :*
    Syntax error at line 69, column 2, file /usr/include/sys/uio.h:
    Error at line 69, column 2 in file /usr/include/sys/uio.h
    lloff_t uiooffset; /* file offset */
    .1
    PCC-S-02201, Encountered the symbol "lloff_t" when expecting one of the followin
    g:
    } char, const, double, enum, float, int, long, ulong_varchar,
    OCIBFileLocator OCIBlobLocator, OCIClobLocator, OCIDateTime,
    OCIExtProcContext, OCIInterval, OCIRowid, OCIDate, OCINumber,
    OCIRaw, OCIString, short, signed, sql_context, sql_cursor,
    struct, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name,
    The symbol "enum," was substituted for "lloff_t" to continue.
    Any guess why this is happening?

    Hi,
    Try using the PARSE=PARTIAL USERID=user/password[@SID] SQLCHECK=SEMANTICS precompiler options.
    All your hosts variables must be declared inside a Declare section.
    Reference: Pro C/C++ Programmers Guide, chapter 5
    Reguards,
    Rene Rivet

  • Error linking the CoreServices.Framework header files under CS5

    Hello All,
    I am porting my InDesign CS4 plugin into Indesign CS5. In this project I have used Soap connection services by using OpenTransport.h file and other files from the Coreservices framework headers.
    It works fine with CS4 if I give the Path to the framework folder from the SDKs. But same if I try to do while porting into CS5 with MacOs 10.5sdk it give error and does not include the file.
    I am using XCode 3.1.3 on Mac OS 10.5. Has anyone face this problem and resolved the same. If so please let me know.
    Thanks all in advance.
    Regards
    Farzana.

    the php in 10.5 uses extensions, you do not need to rebuild php to get mssql to work..
    Take a look at http://downloads.topicdesk.com/docs/AddingGD2_to_PHP_on_OS_X_Server_10_5Leopard.pdf
    as you can see in that example GD is built separately, mssql is the same.. do a google search on mssql.so and you will find a bunch of info (most of it is for linux but you should be able to get the info to work)

  • Where to get wallet file of OMS 11g

    Hi all,
    I have installed 11g Grid control OMS and repository database too.
    now evwerything is perfect, but on the agents i want to map the OMS server at the agent i.e. EMD URL as a netscller name.
    my server name is : - HOST11g
    the server name mapped on net scller as :- TESTOMS
    so currently the status off the agents shows EMD URL as HOST11g, and now i want to change it to TESTOMS.
    but when i change in the emd.property of the agent and secure the agent then automatically emd.property file get changed and EMD_URL changes to HOST11g.
    So could anyone please let me know how can i do this ?
    or how the wallet file get created and downloaded from OMS server to agent?
    Because as per my knowledge in 10g OMS we have a seperate wallets file folders agentwise which have seperate wallets file for every agent and to generate new wallwet fiel we need to remove from the particullar folder and re secure the agent so it'll automatically generate the wallet file on OMS server and then download the same in agent.
    if any one can explain me how the wallet file creation is done in 11g then also it will be helpfull to dig more on this.
    Regards,
    Sanket.

    I think there's not exactly what your searching for at the given URL, but anyway, you might find other icons you also needs, and maybe you can still modified version of those icons to suit you.
    http://developer.java.sun.com/developer/techDocs/hi/repository/

  • MySQL header files location

    I am compiling a newer version of php on an G4 box running OS X Server 10.5.8 and I get the following config error:
    +checking for specified location of the MySQL UNIX socket... /var/mysql+
    +configure: error: Cannot find MySQL header files under /usr/local/mysql.+
    +Note that the MySQL client library is not bundled anymore!+
    Where are the header files for MySQL on OS X Server? I have searched high & low and can't find them...
    Many thanks in advance.
    Paul

    I believe I have now found the cause and solution to the problem.
    http://support.apple.com/kb/TA25017?viewlocale=en_US
    This support page explains that the MySQL headers are not included in OS X 10.5 and that you need to follow the instructions to install them. Once I did this the php .configure build ran smoothly.

  • A question about /usr/include/sys/select.h header file

    good day! i hope i can get some help about this and i would be very grateful if my question will be answered. i have a question regarding the select.h header file that we include in our programs when we use the select(3C) function.
    * Select uses bit masks of file descriptors in longs.
    * These macros manipulate such bit fields.
    * FD_SETSIZE may be defined by the user, but the
    * default here should be >= NOFILE (param.h).
    29 #ifndef FD_SETSIZE
    30 #define FD_SETSIZE 1024
    31 #endif
    its says here in the header file that the value of FD_SETSIZE may be defined by the user and i need to know how. i've already tried declaring a constant at the beggining of the program but it didn't work...
    example:
    #undef FD_SETSIZE
    #define FD_SETSIZE 2048
    the FD_SET macro generates an error if a value larger than 1024 is passed from in the first argument. i need to increase its value in order for me to wait for more than 1024 socket descriptors on select function. how can i increase or modify its value? thanks in advance...

    AFAIK, the only way to change the FD_SETSIZE value is by building your own version of the libc.a and linking it statically to your executable. Not good at all IMHO.
    The sources of Solaris 8 contain the implementation of select(3C) with both standard and 'large' (64K) FD_SETSIZE.
    AFAIK, 64-bit version of the libc.so contains the 64K-descriptors version of the select(3C), so you may consider building your application with -xarch=v9 flag to get 64-bit application...
    As for poll(2) - there is a manual page (man -s 2 poll) and some notes in the Answerbook. poll(2) is the actual system call that is used by select(3C), which is an interface function, so there is no functional difference between these two.
    There is a potential problem with portability of your code if you are using poll(), but it looks like you have no choice... sorry about it...

  • A questions about /usr/include/sys/select.h header file

    good day! i hope i can get some help about this and i would be very grateful if my question will be answered. i have a question regarding the select.h header file that we include in our programs when we use the select(3C) function.
    * Select uses bit masks of file descriptors in longs.
    * These macros manipulate such bit fields.
    * FD_SETSIZE may be defined by the user, but the
    * default here should be >= NOFILE (param.h).
    29 #ifndef FD_SETSIZE
    30 #define FD_SETSIZE 1024
    31 #endif
    its says here in the header file that the value of FD_SETSIZE may be defined by the user and i need to know how. i've already tried declaring a constant at the beggining of the program but it didn't work...
    example:
    #undef FD_SETSIZE
    #define FD_SETSIZE 2048
    the FD_SET macro generates an error if a value larger than 1024 is passed from in the first argument. i need to increase its value in order for me to wait for more than 1024 socket descriptors on select function. how can i increase or modify its value? thanks in advance...

    AFAIK, the only way to change the FD_SETSIZE value is by building your own version of the libc.a and linking it statically to your executable. Not good at all IMHO.
    The sources of Solaris 8 contain the implementation of select(3C) with both standard and 'large' (64K) FD_SETSIZE.
    AFAIK, 64-bit version of the libc.so contains the 64K-descriptors version of the select(3C), so you may consider building your application with -xarch=v9 flag to get 64-bit application...
    As for poll(2) - there is a manual page (man -s 2 poll) and some notes in the Answerbook. poll(2) is the actual system call that is used by select(3C), which is an interface function, so there is no functional difference between these two.
    There is a potential problem with portability of your code if you are using poll(), but it looks like you have no choice... sorry about it...

  • Where is the DB_CONFIG file located under Unix environment?

    Hello,
    i'm new to Berkeley db, i have installed the version "db-4.8.30.NC.tar.gz" but now i would like to find the configuration
    information by using the configuration file.
    I've read in the documentations that this file is named DB_CONFIG and it exists in the
    database home directory.
    In my system, i have uzipped the tar file under /usr/db-4.8.30.NC but i still haven't found
    the DB_CONFIG file.
    Shall i expect that this file is going to be named in this way "DB_CONFIG", right?
    But still i'm searching it and i haven't found it.
    May you please help me?
    Thanks, in advance

    Hello,
    DB_CONFIG is a file you create in your database home directory. It is not supplied
    by BDB. The documentation on how to use DB_CONFIG is below:
    DB_CONFIG configuration file:
    http://docs.oracle.com/cd/E17076_02/html/programmer_reference/env_db_config.html
    The parameters are listed at:
    http://docs.oracle.com/cd/E17076_02/html/api_reference/C/configuration_reference.html
    Thank you,
    Sandra

  • Include my own libraries and header files when compiling Berkeley DB?

    Hi to All,
    I am a new user to this forum and a newbie to Berkeley DB as well.
    I want to use some functions from some of my header files inside the source code of Berkeley DB.
    I would really appreciate if anyone can help me in including my own header files and libraries in Berkeley DB before compiling and MAKE of Berkeley DB.
    The make file generated by running configure file is too large to undestand and make changes in. So is there any way to include my files in configuration script or Make file created after running configuration script?
    Imp information :
    db-4.7.25.NC.tar.gz + Ubuntu 8.04 + Libraries/Header files to be included are in C and C++.
    Thanks in advance.

    Hi to All,
    I am a new user to this forum and a newbie to Berkeley DB as well.
    I want to use some functions from some of my header files inside the source code of Berkeley DB.
    I would really appreciate if anyone can help me in including my own header files and libraries in Berkeley DB before compiling and MAKE of Berkeley DB.
    The make file generated by running configure file is too large to undestand and make changes in. So is there any way to include my files in configuration script or Make file created after running configuration script?
    Imp information :
    db-4.7.25.NC.tar.gz + Ubuntu 8.04 + Libraries/Header files to be included are in C and C++.
    Thanks in advance.

  • /usr/include/libxml2/libxml ???

    I'm trying to compile a little contrib package in postgresql and I found something strange.
    The package requires libxml2 headers to compile. Default installation path for arch libxml2 package is under /usr/include/libxml2/libxml.
    Application tries to include (for example) libxml/xpath.h and it fails to find the file. Of course I can change it to libxml2/libxml/xpath.h, but then in xpath.h there is "#include <libxml/xmlversion.h>" which (of course :-)) fails again.
    I made a link /usr/include/libxml which points to /usr/include/libxml2/libxml and then I can compile the application without errors.
    Now, I don't know much about libxml2 and I'm just not sure if the default config is ok or is it a bug?
    Should the libxml2 package make a link mentioned above during installation or it needs recompiling with other options? Or....
    Any ideas?

    Patching the source package will not solve the problem. Only changing libxml2 package or making a symbolic link from /usr/lib/libxml to /usr/lib/libxml2/libxml (workaround) will work. And the package needs libxml2 not v1
    Prerequisite:
    pgxml_dom.c:
    libxml2 (http://xmlsoft.org)
    It compiles fine with a link. I think the problem is within libxml2 package but I'm not 100% sure since I couldn't find anybody complaining about these paths when making other packages which depend on libxml2 (or I just poorly searched).
    I did take a look at libxml2 pkgbuild and sources. It's quite standard. No special options (I think). The library orignally has a directory /include/libxml and it gets installed in /usr/include/libxml2/libxml. And that's the problem. Some of the libxml2 header files are referencing to other libxml2 header files. For example xpath.h wants to include libxml/xmlerror.h that of course can't be found.
    Now, there are several options:
    1. Adding a link creation command to libxml2 package build function.
    2. Forcing the installation directory for include files to /usr/lib/libxml (no other subdirs inside and forgetting about /usr/lib/lixml2)
    3. Patching libxml2 header files (and maybe some other files too) to fully conform arch standards. This is the hardest way because it may require a lot of other things to be done for all dependent packages etc. This could also be done in two ways: change libxml/something.h to libxml2/libxml/something.h or (to make it perfect) libxml2/something.h
    4. Other options that didn't come to my mind :-)
    Did anybody else has problems with paths when building some package that depends on libxml2 ? I think I should report a bug for arch libxml2 package (or to libxml team if this is just error in makefiles etc, or both) but I'm trying to make sure I'm right before I do this.

  • Conflicting header files

    hello..
    i've posted this question in #archlinux channel too but no one answered me (maybe because it's sunday morning and the most of the ppl is sleeping ) so i hope i'll be more lucky here..
    anyway.. i have a problem during the installation (from source) of a library....the problem is that the include files of this library have names that are already used by other include files installed in /usr/include ... so i tried to install these include files in /usr/include/cdk.. but the problem is that these files refer each other with (for example) #include <menu.h>  so when i include them all these references don't work...
    is there any way to solve this problem? (i would like to avoid using /usr/local/include directory)
    i've got another question too.. which is the file where i can set the header files search dir? and where is the one that defines the /usr/include and /usr/local/include search dir? i thought it was /etc/profile but i was wrong..
    someone told me to try in .bashrc but i didn't find anything in it..
    thanks

    Python-dbus i also the name barry warsaw uses, so should be ok.
    The main question appears to be whether this package should replace dbus-python or coexist with it.
    If python-dbus-bzr is intended to replace the functionality of dbus-python, the conflicts are normal and you should add a conflicts line to the pkgbuild.
    In case you want them to coexist, the changes are needed.
    Given that the source uses the same paths/filenames as dbus-python, it does look like this package must replace dbus-python.

Maybe you are looking for

  • Flash buttons won't work in Dreamweaver

    Hello, I recently watched/read tutorials about how to add Flash buttons into Dreamweaver. I followed the instructions perfectly: insert>media>flash button, and played around with that options. After I clicked ok/apply, though, the only thing that pop

  • Delivery Schedule

    Hello, Anybody an idea how to get the information regarding delivery schedule as in ME22 Position/Confirmations/Lists (Programm SAPSVC_FULLSCREEN)??? Thank you. Best regards, Paul.

  • Leopard dvd not recognized by macbook pro

    hello, i have a macbook pro running 10.4.10 and it doesn't recognize the leopard installation dvd. the same dvd works on my G4 and was successful with the upgrade. the macbook just ejects the dvd after i insert it. i am able to play movie dvd's and/o

  • Reg Storage location control when pulled materials via fixed bin replenishm

    We are Using Storagelocation Control Functionality in WM We have below Storage locations RW01 - Raw Material Storing PD01 - Materials staged for Production Lines I have setup RW01 as Standard Storage location and PD01 as 'not copied to TR' When i try

  • Development environment and admin console

    Hi, I'm setting up a development environment for about 20 developers working on 5 or 6 projects. Is it possible to give each particular project leader access to the console without system privileges. It should be allow to start and stop one, and only