Server :: E_STRICT: Declaration Of AJAXTree::draw_dn() Should Be Compatible With That Of PLMTree::draw_dn()
Apr 27, 2010
I have problem in ubuntu server 9.10 OpenLdap have error Error
E_STRICT: Declaration of AJAXTree::draw_dn() should be compatible with that of PLMTree::draw_dn()
View 1 Replies
ADVERTISEMENT
Apr 1, 2011
I had a server that I use for Radius DNS and Trying to put DHCP on it I have My pool in it seems right. I have 2 adresses aliased one being a helper IP that the router will send the request to. When I try to start the dhcp server I get the following.
Mar 31 14:33:11 rad2 dhcpd: No subnet declaration for eth0 (76.164.173.2).
Mar 31 14:33:11 rad2 dhcpd: ** Ignoring requests on eth0. If this is not what
Mar 31 14:33:11 rad2 dhcpd: you want, please write a subnet declaration
Mar 31 14:33:11 rad2 dhcpd: in your dhcpd.conf file for the network segment
Mar 31 14:33:11 rad2 dhcpd: to which interface eth0 is attached. **
[Code]...
View 1 Replies
View Related
Dec 28, 2010
I am trying to include a QWebView widget in my application. Every time I try to compile it, I just get these errors:
Code:
$ LANG=en_US make
g++ -c -pipe -O2 -march=i486 -mtune=i686 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -
[code].....
View 1 Replies
View Related
Dec 10, 2010
I have suse linux 10.1 that came with whats looks to be a incomplete sql server. If it works I don't know how to use it because w3schools instruction guide does not work with sql. Anyways I was wondering if there's any database software for linux that could be installed in my webpage directory and used by html files. Or if theres any free cgi database software for linux that i could use with html to create database web pages.
View 3 Replies
View Related
Sep 7, 2011
Can anybody confirm whether this 2U supermicro server will work with Debian 6.0.2. [URL].
View 3 Replies
View Related
Jan 18, 2010
I am looking to buy a USB hard drive that will work with Ubuntu 8.04 LTS Server, is there anything I need to look out for? Are there any computability issues I should be aware of? I have looked through Ubuntu's documentation but couldn't really find anything.
View 3 Replies
View Related
Mar 15, 2010
I am somewhat of a newbie at *nix. I've asked some questions about Debian in the past, but I decided to just go ahead and start simple, with Ubuntu, then moving up once I've got the hang of things. So, I want to use Ubuntu 9.10 as a fileserver for my network, which consists of 3 Windows PCs and 1 Mac. I have a few ideas on where to go, Samba being my first package install, but I'm not too sure where to go from there. Could someone help me out? I love to RTFM, so if you'd point me kindly in those directions, I'll be glad to jump right on that too.
View 1 Replies
View Related
Feb 25, 2009
I have a CentOS box set up as a small home server right now. It is running a Apache Server. A SVN server and is going be a file server for all my friends. The problem is that it I need to add more SATA ports. RAID is not a big deal to me so the card can be a simple add in card. I am limited to PCI because the board does not have any pci expres slots. I am also interested in what hard drives that card would work with. I am hoping to keep them to 500 Gigs min. The motherboard has two built in SATA prots but I don't use them have had bad luck with them in the past
System:
AMD Athlon 64 3400+ cpu
MSI K8N Neo Series motherboard
3 IDE Hard Drives
1 CD Drive
CentOS 5
View 2 Replies
View Related
Jul 26, 2010
Whats the practical diffrens between these declarations in c?
char *a_str = "hello";
char a_str[] = "hello";
View 4 Replies
View Related
Feb 4, 2010
We have a file that declares many environmental variables. Out of which I have doubt on few. These variables are declared in UNIX environment. We are planing to migrate them along with applications to Linux.
Code:
export MAILSERVER="%new@hub"
MAIL_USERS="vinay.new"{MAILSERVER}",vijay.new"{MAILSERVER}
Does the above declarations work in Linux ?
The above declarations expands to
Code:
mail vinay.new%new@hub,vijay.new%new@hub
which looks little wierd.
[Code]...
View 4 Replies
View Related
Nov 11, 2010
problem in installin ns-2.28 on fedora 12 with gcc-4.4.4
[Code]....
View 7 Replies
View Related
Nov 25, 2010
I made 2 files which are different from the program above one is temp1.h and another is temp2.c to understand how extern is used. So here is temp1.h
Code:
#include<stdlib.h>
typedef struct node * bond;
extern int jk;
and temp2.c is
Code:
#include<stdio.h>
#include<temp1.h>
struct node {
int data;
[code]...
I had declared jk in temp1.h as an extern int so why can I not initialize it in temp2.c?
View 5 Replies
View Related
Jun 29, 2010
I would like to know how to install a webmail server and a suitable client to help connect to it that is compatible with both windows and linux ubuntu.
View 1 Replies
View Related
Mar 19, 2010
I am trying to enable DHCP so that it will give out IP's to some XP boxes when they boot. I have had success doing it dynamically, but not statically using the host declaration.
host xpTest {
hardware ethernet 00:50:56:2A:3B:00;
fixed-address 192.168.100.2;
}
My question is, what should the subnet declaration be if I only want to hand out static IP's like this? Also, the host is the same name that is specified in /etc/hosts correct?
View 3 Replies
View Related
Jun 3, 2009
I can't remember what it's called, but this feature of VC++ basically catalogs all the functions of a project, lets you right click on a function and go directly to it's declaration or definition, do not pass go, do not collect 200 dollars. it also gives you an info bubble of the variable types as you're typing a function's name.
this is a very convenient feature, and I'd like to use it with KDevelop, or really any full C++ IDE for linux. does such a thing exist?
View 1 Replies
View Related
Jul 7, 2010
I am trying to install this vpn thing for school (I need to access some of my info). I seem to get to the installation part somehow but I keep getting this message
Making module
make -C /lib/modules/2.6.31-17-generic/build SUBDIRS=/home/mblack3/Desktop/vpnclient modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-17-generic'
CC [M] /home/mblack3/Desktop/vpnclient/linuxcniapi.o
/home/mblack3/Desktop/vpnclient/linuxcniapi.c:12:26: error: linux/config.h: No such file or directory .....
View 1 Replies
View Related
Nov 22, 2010
I'm trying to compile a beta MIPS simulator application built on the Qt UI framework, called QtSpim. It's been quite a learning experience for me so far, but I've run into a roadblock.The beta can be downloaded from here: URL... (look in the column on the right).I first had trouble finding qmake, then found out that I could use qmake-qt4.
View 2 Replies
View Related
Jan 18, 2011
Why do I still get mutiple definition of "_my_variable" error even after I used the #ifndef preprocessor in my hpp file?
This is my scenario
I have:
1. A.cpp (including X.hpp)
2. B.cpp (including X.hpp)
3. X.hpp
[Code]...
View 4 Replies
View Related
Jan 8, 2010
I am running Fedora 12 with clean install. last updated 1/8/10 AM.Trying to install chkrootkit I get the following when running "make sense":
gcc -DHAVE_LASTLOG_H -o chklastlog chklastlog.c
gcc -DHAVE_LASTLOG_H -o chkwtmp chkwtmp.c
chkwtmp.c: In function �main�:
chkwtmp.c:95: warning: incompatible implicit declaration of built-in function �exit�
[code]....
View 4 Replies
View Related
Jun 15, 2011
I'm trying to compile a main.c file that contains a while statement. Embedded in the while statement are functions that are being called. After the while statement, I have 2 more functions being called, one to find the average(getaverage), and one to print the results (printstuff). I also used a header file (my.h) that contains all of the needed #define and #include, along with each of the void function() statements.
There isn't any problems with the while statement/ the functions in while, but when I try and compile main.c I get the following errors:
main.c error: conflicting types for 'getaverage'
my.h error: previous declaration of 'getaverage'
and then the same thing for 'printstuff'
View 3 Replies
View Related
Feb 11, 2009
I have the plugin installed ok and have pasted in a C source file that I know works and am getting the following errors, I think because the linker options need to be set in some way. I cannot copy the errors but they all complain of implicit declaration of functions like this: -
warning: implicit declaration of function strlen
But I have the headers included, is this a linker problem? Here is the code -
#include <stdio.h>
#include <math.h>
int main(){
[code]...
View 2 Replies
View Related
Sep 1, 2011
Is openbsd (4.9) "server" compatible w/ ubuntu clients? note: have had no problems setting up ubuntu <> ubuntu sever client but having trouble w/ openbsd <> ubuntu client. "pernission denial" messages from openbsd server
View 1 Replies
View Related
Dec 25, 2010
Cannot compile? warning: incompatible implicit declaration of built-in function "printf" I have build-essential.
View 5 Replies
View Related
Jul 16, 2010
I need to have a global variable PHP Code: volatile sig_atomic_t int Terminazione=0; but I get the error error: two or more data types in declaration specifier even if I have included signal.h.
View 2 Replies
View Related
Jan 13, 2010
I am porting a code which ran on HP unix to CentOS. It was a working code and compiled with gcc3.1.x and a c++ file and now I tried to compile with gcc3-3.4.6 and gcc4-4.2.4 also. But still I get this conflicts in declaration error as pasted below.
[Code]...
View 1 Replies
View Related
Jan 7, 2010
My laptop has a WD400 scorpio IDE hard disk. I'm trying to figure out if it's DMA compatible or not. Taking the cover off there's no mention of DMA on the label. I've googled and get confusing results, at least to me. Is there a way I can figure out if it's DMA or not?
View 6 Replies
View Related
Jan 27, 2011
I know that 32 bit windows won't recognize it as 3TBs... I have read that 64 bit windows will with some extra software... my question is will ubuntu recognize the drive as 3 TBs? I just ask because I am currently building a Myth box and would LOVE to have that capacity of storage for all my media.
View 9 Replies
View Related
Apr 24, 2011
I need to know what is compatible version of Fedora I need to install for build program thats can be run on RH 5.5 or 5.6 without upgrades. I know that RH6.0 built from FC12-13. So can I take FC10 and will be insured that it is right choose?
View 6 Replies
View Related
Jun 7, 2010
I'm buying this unit from deal extreme: it's a bitorrent downloader, with NAS capability. I'm interested in sharing an external HD in it, with media and backup purposes. I'm afraid of energy problems (don't know if this is the correct term), corrupting my mounted drives (like after a storm), so I thought about buying an UPS that sends a "signal" to my Linux box, and a script in my Linux box would unmout everything to avoid problems.Do this "UPS signal" feature exists? Do you have model suggestions?
View 1 Replies
View Related
Sep 21, 2010
I am looking for a new smart one. Although I am a long time Blackberry user, I am open to switch to droid or Iphone. One frustration I had with Blackberry was that I was not able synch my phone with my home computer (ubuntu) when I checked two years ago. Since then I have been using a windows machine to synch.
Now I am looking for a new phone and I would like it to work with my Ubuntu computer. I am wondering what other Ubuntu users experience are on this issue.
View 2 Replies
View Related