In file included from nss_config.c:22:
nss_mysql.h:31: #error I need either nss.h or nss_common.h!
In file included from nss_config.c:22:
nss_mysql.h:50: pthread.h: No such file or directory
whereis nss.h or nss_common.h
there are not anywhere to be found???
Jeff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What operating system?
Sounds like you're missing your OS'es development headers package, unless this isn't Solaris or Linux, in which case you're out of luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The only OSes supported right now are Linux and Solaris. FreeBSD 4.x doesn't have a native way to support this kind of thing.. and I'm guessing netbsd has the same limitations. The O/S must support the "NSS" API.
Sorry!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently there is no support for dynamically loadable dispatcher call-
back functions. It is anticipated that this will be added in the future
in the back-end without requiring changes to code that invokes
nsdispatch().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After running ./configure then attemping a make
I get
In file included from nss_config.c:22:
nss_mysql.h:31: #error I need either nss.h or nss_common.h!
In file included from nss_config.c:22:
nss_mysql.h:50: pthread.h: No such file or directory
whereis nss.h or nss_common.h
there are not anywhere to be found???
Jeff
What operating system?
Sounds like you're missing your OS'es development headers package, unless this isn't Solaris or Linux, in which case you're out of luck.
The OS is netbsd 1.5.3
There are standard header files ,but I didnt see nss.h anywhere.
Jeff
The only OSes supported right now are Linux and Solaris. FreeBSD 4.x doesn't have a native way to support this kind of thing.. and I'm guessing netbsd has the same limitations. The O/S must support the "NSS" API.
Sorry!
Well.... lets get netbsd on the list of OS's :)
From netbsd version 1.5 they fully support NSS / nsswitch.conf
thats why I was looking at this mod in the first place.
Where does the nss.h headers come from? As there no place to be found in the source of netbsd.
I see gnu builds that in there libc libs ,but does this come with gnu libc api source?
Jeff
Ah. in that case.. I'm downloading netbsd now to see what it'll take :-)
This information isn't very promising:
http://www.nectar.cc/zope/freebsd/nsswitch
I'm gonna take a look at 1.6 .. I'm not sure how old the above information is..
This basically puts the question to rest
http://netbsd.gw.com/cgi-bin/man-cgi?nsdispatch+3+NetBSD-1.6A
Meant to include this quote from the man page
Currently there is no support for dynamically loadable dispatcher call-
back functions. It is anticipated that this will be added in the future
in the back-end without requiring changes to code that invokes
nsdispatch().
Thanks,
Yah.... seems like they are putting everything ,but the kitch sink into netbsd 1.6-current
I am now looking at playing with pam and using a add on api for mysql support.
thanks
Jeff