Search results

  1. V

    Boost Python and Eclipse PyDev problem

    Hi, When I try to run the practice code from the boost python tutorial in Eclipse's PyDev environment , I get the following error Despite including the path to that file in the environment variable LD_LIBRARY_PATH. I also copied the libboost_python.so.1.52.0 file in the same working...
  2. V

    compiling libpqxx project error

    Thanks for the reply, solution found. EDITED Instead of this command, which generates an error: g++ sqlTest.cpp -o sqlT -I /usr/local/include -L /usr/local/lib I should have also included the suggestion by SirDice, along with the files g++ sqlTest.cpp -o sqlT -I /usr/local/include -L...
  3. V

    compiling libpqxx project error

    Hi, Via the ports tree, I installed the following: postgresql-libpqxx 4.0 postgresql84-client 8.4 Test code: #include <iostream> #include <pqxx/pqxx> using namespace pqxx; using namespace std; int main(){ connection c; } Compile command: g++ sqlTest.cpp -o sqlT -I /usr/local/include...
  4. V

    network programming, successful telnet connection, but can not communicate

    Just researched how to kill processes. I'm using the "old version" of socket programming that I posted above. I'll kill the suspecting processes that may still be referencing ports, even though my program closed. So the following steps I will use when there is too much reference to the same...
  5. V

    network programming, successful telnet connection, but can not communicate

    Thanks for the suggestion PseudoCylon but same result. I decided to use the "older" way of setting up for socket programming. I was able to get it to work temporarily, but I'm not sure how since I deleted and redone all the steps in my first thread that is linked in the first post. But after...
  6. V

    network programming, successful telnet connection, but can not communicate

    telnet session will connect, but I cannot communicate during session. I don't see the customized welcome message for each new accepted connection that is in the program. I type in the telnet window, but the program doesn't receive the message. If I do netstat -a I see the Recv-Q with bytes of...
  7. V

    PF firewall setting for network programming

    Thanks, added it, but still have the problem of having a successful telnet session connection, but not being able to send or receive messages. I will go to the development section for programming specific questions.
  8. V

    PF firewall setting for network programming

    Thanks for the reply. The "Unknown" service entry in the picture I attached. It changes from telnet to unknown after a while. What would happen is, telnet session will connect, but I cannot communicate during session. I don't see the customized welcome message for each new accepted connection...
  9. V

    PF firewall setting for network programming

    I'm not using OS-X
  10. V

    PF firewall setting for network programming

    Network programming newb.....just playing around with some code I found online. The port that the program is listening on is 3490, in the PF firewall manager, what service should be selected with port 3490 to ensure proper communication during a telnet session? Should I set up telnet for...
  11. V

    Cannot lock pid file /var/run/kdm.pid, another xdm is running (pid 1004)

    My laptop keyboard and mouse is not working anytime I boot into kdm4. So I assume that the issue will go away if I solve this problem error prompt. Any suggestions please?
  12. V

    Cannot lock pid file /var/run/kdm.pid, another xdm is running (pid 1004)

    Hi, I'm not sure why I'm getting this error anytime I minimize the KDM window to the command line Any suggestions? thanks
  13. V

    deleted content of rc.conf, now machine continuously reboots

    it's a virtual machine. I was able to boot in single user mode. Then mount /. But neither vi or ee is working. It says ee: not found vi: not found
  14. V

    deleted content of rc.conf, now machine continuously reboots

    It would continually reboot. It would begin to start KDE, but it reboot every time. I even tried to skip the process that starts KDE, by using ctl+alt+F1, to get to the prompt, but it would still reboot. The hardware is a virtual machine. It was working fine prior to my screw up If you're...
  15. V

    deleted content of rc.conf, now machine continuously reboots

    Thanks for the reply. I cannot get to the prompt. It reboots automatically each time. I tried using the live cd, but it says the file is read only. What default info is in the rc.conf file? 1) enabling kdm 2) defaultrouter? 3) host_name? Let's just say I learned the difference between adding...
  16. V

    deleted content of rc.conf, now machine continuously reboots

    Hi, Not sure what to do. I hope I don't have to re-install. Any suggestions?
  17. V

    make install reboots my virtual machine

    yes. I tried installing with the options enabled and disabled in the config dialog window, but the virtual machine reboots each time I click enter
  18. V

    make install reboots my virtual machine

    Thanks for the clarity I'm sorry, because I was overly eager to find a solution to this problem....I forgot to type the cd for the second line when creating the thread. On the virtual machine, I did have cd on each line, for each port installation command. So my error should not have...
  19. V

    make install reboots my virtual machine

    Hi, While installing ports, I attempted to install two ports, one after the other, in one command and I "broke" something cd /usr/ports/tectproc/rasqal/ && make install clean \ ? /usr/ports/tectproc/redland/ && make install clean The moment I clicked enter to jump to the second line...
  20. V

    ERROR:(CC1plus), uid 0, was killed: out of swap space

    Did not receive my new memory yet, but I installed the package instead, and it worked.
Back
Top