LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Hosting NetMeeting Directory (https://www.linuxquestions.org/questions/linux-server-73/hosting-netmeeting-directory-633534/)

bro_c 04-06-2008 05:56 PM

Hosting NetMeeting Directory
 
Hello LQ!

I recently began renting a Debian 4 VPS and have been having trouble setting up a NetMeeting Directory for clients to connect to.

I started out following this guide, here:
http://tldp.org/HOWTO/NetMeeting-HOW...eetserver.html

But ran into errors on the 'make install' part of the OpenLDAP installation.

Code:

wtf148:~/openldap-2.0.7# make
make: *** No targets specified and no makefile found.  Stop.
wtf148:~/openldap-2.0.7# make install
make: *** No rule to make target `install'.  Stop.

I then found out that there is a shell enabled package in Debian. So I installed these:
Code:

apt-get install slapd ldap-utils libldap2 libldap2-dev
I have the Perl script and these dependencies installed.
Where do I go from here?


All times are GMT -5. The time now is 11:47 PM.