Slackware :: Samba 4 Alpha14 Compilation Error On 64-13.1

Jan 27, 2011

I'm trying to compile Samba 4 on Slackware64.

I used tarbal version alpha14, but make fails before end of the process saying:

Code:

What I'm doing wrong from the error message?

Complete configure and make output can be foung here:
[url]
[url]

View 2 Replies


ADVERTISEMENT

Slackware :: 64 - Static Compilation Broken?

Apr 23, 2010

I have a weird bug : segmentation fault appears when executing the 'retq' instruction of my sigalrm callback in static link...It seems it happens only on slackware...Here is a simple test case, compiled in shared -> no problem, static -> crash...Paste the following script in a file named "test-sigalrm-pack2.sh", and execute it: it will generate the C++ source and a simple build/test script.... Just launch the build script (tst-sigalrm-build).

Code:
#!/bin/sh
#test-sigalrm-pack2.sh

[code]....

View 14 Replies View Related

Slackware :: Current And Amarok Compilation?

Feb 27, 2010

tried to compile amarok in slackware current? I get compilation errors with versions 2.3 Beta and 2.2.2. It used to compile fine when my Slackware was in a custom state, (Slackware 13 + kde 4.3.4 + kde dependencies upgraded) but not anymore after syncing it to slackware-current. I also tried alien bob's KDE 4.4 packages but it did not make any difference at all.Any Hints? I get the feeling it has to do with the new development packages (gcc-4.4.4, etc) but I'm not sure.

View 5 Replies View Related

Ubuntu :: Compilation Tcl Error / Link With Tcl?

Jun 17, 2010

I am compiling a package which use Tcl and got results as follow:

/usr/bin/ld: cannont find -ltcl8.4
collect2: ld returned 1 exit status

how to link with tcl? which file to link? it is a file like libtcl.a ?

View 1 Replies View Related

OpenSUSE :: Getting A Weird Compilation Error With Malloc.h?

Aug 3, 2010

I am getting a weird compilation error with malloc.h/usr/include/malloc.h:86: error: expected ')' before '__size'This is what the code looks like inside malloc.hextern void *(*__morecore) __MALLOC_PMT ((ptrdiff_t __size))When I did some googling, it was stating that ptrdiff_t was not defined; but, it is.#define __malloc_ptrdiff_t ptrdiff_t

View 4 Replies View Related

Debian :: Bluetooth Menace - Compilation Error ?

Jan 11, 2011

I'm running debian lenny, 2.6.26.4 kernel.

I get the error "could not open obex://some_long_MAC_address...please do something..." when I try to browse my samsung using bluetooth.

My phone's service list indicates all but one service item(modem) are present. I can send stuff to it but not the other way round. Someone told me that debian distros have bluetooth problems.

Also, when compiling kernel 2.6.36.5 and 2.6.37-etc, I get the undisputed error concerning the 'lguest' feature. How do I turn it off?

View 2 Replies View Related

Software :: Error: Was Not Declared In This Scope Compilation?

May 27, 2010

im getting the following compilation error when trying to compile a file under /proc using 5.5 RHEL

[code]
* procfs1.c - create a "file" in /proc
*
*/
#include <linux/module.h> /* Specifically, a module */
#include <linux/kernel.h> /* We're doing kernel work */
#include <linux/proc_fs.h> /* Necessary because we use the proc fs */
#define procfs_name "helloworld"
code....

View 3 Replies View Related

Programming :: Dereferencing Pointer Error During Compilation?

Sep 29, 2010

I have got following code from a book:

Code:
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string.h>
#include <stdlib.h>
#define PORTNUMBER 12345

[Code]...

View 6 Replies View Related

Debian Configuration :: NVidia Driver : Error During The Compilation

Apr 2, 2010

I follow a french tutorial to install the nvidia pilots. So, i did :

$ su
# apt-get install module-assistant
# m-a prepare
# m-a clean nvidia-kernel
# m-a a-i -i nvidia-kernel-source

[Code]....

View 6 Replies View Related

OpenSUSE Hardware :: FGLRX/Kernel 2.6.34.7-0.3.1 - Compilation Error ?

Oct 1, 2010

I've been reading about a temporary solution to the kernel/Fglrx issue caused by the last kernel update, but I haven't read about any permanent solution to this issue. Anyone know anything about a permanent solution (new kernel update?, new Fglrx driver?) to this compilation error?

View 6 Replies View Related

Ubuntu :: RR1740 Driver Module Compilation Error?

Nov 3, 2010

running the latest ubuntu 10.10 desktop i386i followed this guide for reference when building the updated driversall paths and references have been updated to reflect my version of the driveroriginal error during compilation:

DKMS make.log for rr174x-2.4 for kernel 2.6.35-22-generic (i686)
Wed Nov 3 01:28:03 EDT 2010
make: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'

[code]....

View 9 Replies View Related

Software :: Armadillo Compilation - Getting Error After Running Cmake

Feb 2, 2011

When trying to compile Armadillo on a computer cluster I get the following error after running "cmake ." (works OK) and "make":

/usr/bin/ld: /share/apps/opt_intel/lib/libblas.a(dgemm.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/share/apps/opt_intel/lib/libblas.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libarmadillo.so.1.0.2] Error 1
make[1]: *** [CMakeFiles/armadillo.dir/all] Error 2
make: *** [all] Error 2

Cmake says it has successfully found BLAS, but there is still a linking problem.

View 3 Replies View Related

Software :: Gcc 4.4.3 Compilation Error / Amd00.linuc.elite.in?

Apr 3, 2010

i am trying to compile gcc 4.4.3 and getting errors:some of my config lig file output is :

## --------- ##
## Platform. ##
## --------- ##
hostname = amd00.linuc.elite.in
uname -m = x86_64
uname -r = 2.6.9-42.0.2.EL_lustre.1.4.7.3smp
code....

View 4 Replies View Related

Programming :: Bizarre Compilation Error / Was Not Declared In This Scope?

Feb 26, 2010

Well, either it's bizarre or I'm going crazy. Here is a student's very simple linked-list implementation.

The problem is simply that when the list class is named "link", g++ complains:

Code:
testlink.cc: In function int main():
testlink.cc:5: error: expected `;' before l
code....

View 5 Replies View Related

Debian Multimedia :: Mozilla-js Error During Gnome-shell Compilation?

Nov 27, 2010

I'm having this checking for mozilla-js >= 1.9.2 ... configure: error: mozilla-js >= 1.9.2 is required Error during phase configure of gjs: Error running ./autogen.sh --prefix /home/kornicameister/gnome-shell/install --libdir '/home/kornicameister/gnome-shell/install/lib64' --disable-static --disable-gtk-doc *** [16/32]

View 1 Replies View Related

Ubuntu :: Make Menuconfig Returns An Error In Kernel Compilation

Jul 12, 2010

I'm simply trying to compile a vanilla kernel from Kernel.org, I've done it before, however "make menuconfig" returns an error after I've made my changes to the config file.

Code:

Why is make returning that error? I am using a 64-bit kernel.

View 2 Replies View Related

Ubuntu Installation :: VMWare Vsock Module Compilation Error?

Oct 14, 2010

I upgraded to 10.10 this morning and VMWare v7.1.2 (build 30145 failed to compile the necessary modules for it to startup. I found a patch that others have had success with here:[URL]

Code:
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /tmp/vmware-root/modules/vsock-only/linux/af_vsock.o

[code]....

View 2 Replies View Related

Red Hat / Fedora :: Make Error During Compilation Of Tinyproxy 1.8.1 Missing Packages?

Mar 13, 2010

Linux mirage 2.6.18-128.1.6.el5 #1 SMP Tue Mar 24 12:10:27 EDT 2009 i686 i686 i386 GNU/Linux

I'm trying to compile tinyproxy for two days now on Redhat and can't seem to figure out whats missing here. The make bombs at:

Code: make[3]: Entering directory
GEN tinyproxy.conf.5
a2x: ERROR: xmllint --nonet --noout --valid /backup/builds/tinyproxy-1.8.1/docs/man5/tinyproxy.conf.xml returned non-zero exit status 4

[Code].....

View 4 Replies View Related

Red Hat / Fedora :: Compilation Error In Module With ARM9 For IO - Invalid Option `64'

Dec 13, 2010

We are using LPC3250 ARM9 and LTIB for building the Linux 2.6.27.8 We have written some code to access GPIO and was working earlier with opensuse 9.0 We now have fedora 11 32 bit 2.6.30.10-105.2.23.fc11.i686.PAE When we make the program we get following errors we are using GCC3.4.5

#make -C /lib/modules/`uname -r`/build M=`pwd` modules
make -C /home/shekhar/lpc3250/ltib/rpm/BUILD/linux-2.6.27.8 M=`pwd` modules
make[1]: Entering directory
`/home/shekhar/lpc3250/ltib/rpm/BUILD/linux-2.6.27.8'
CC [M] /home/shekhar/samsung_lcd/gpio/char.o
cc1: error: invalid option `64'

[code]....

View 1 Replies View Related

Software :: Error: Agent.h: No Such File Or Directory Compilation Terminated

Feb 22, 2011

i try to compile my SD_APP.cc but i encountered a error, how do i resolve this?

In file included from SD_APP.cc:1: SD_APP_HDR.h:6: fatal error: agent.h: No such file or directory compilation terminated.

View 3 Replies View Related

Software :: Hash Map Compilation Error - Template Argument Invalid

Feb 10, 2011

I am compiling the code has hash_map getting following error

Code:
typedef std::hash_map<uint32_t, CTM_ContextData> contexts_map_t;
Compilation Error:
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:77: error: ISO C++ forbids declaration of 'hash_map' with no type
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:77: error: typedef name may not be a nested-name-specifier
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:77: error: expected ';' before '<' token
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:78: error: 'contexts_map_t' was not declared in this scope
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:78: error: template argument 1 is invalid
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:78: error: template argument 2 is invalid
/vobs/ims_hss1/ctm/inc/CTM_DidMemContextManager.h:85: error: 'contexts_map_t' does not name a type

View 2 Replies View Related

Ubuntu :: Fatal Error: Iostream.h: No Such File Or Directory Compilation Terminated While Compiling C++ Code

Dec 9, 2010

whenever i am trying to compile a c++ program i am getting the following error sample.cpp:1: fatal error: iostream.h: No such file or directory compilation terminated

View 1 Replies View Related

Programming :: Perl Compilation Error "Cannot Locate Unicode/String.pm In @INC"

Mar 9, 2010

I get an error when typing perl build.pl: Code: Cannot locate Unicode/String.pm in @INC

View 11 Replies View Related

Ubuntu :: Compilation Error "lboost_date_time-gcc42-mt"?

Jun 18, 2010

Ya. I'm compiling a program and keep coming across this issue. It worked fine in like 9.04 or 9.10 something like that the last version before I upgraded to 10.04 lucid lynx. Issue is it's unable to find "lboost_date_time-gcc42-mt" full error is:

Code:
/usr/bin/ld: cannot find -lboost_date_time-gcc42-mt
collect2: ld returned 1 exit status
make: *** [*********] Error 1

View 1 Replies View Related

Ubuntu :: Mysql 5.5.6-rc Error During 'make' Part Of Compilation Of Mysql V5.5.6rc?

Sep 26, 2010

getting foll error during 'make' part of compilation of mysql v5.5.6rc

Code:
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
code....

View 9 Replies View Related

Slackware :: Error With Gnome Slack Build (GSB) - ((Error Org.freedesktop.DBus.Error.AccessDenied.))

Jan 19, 2011

after install slackware with gnome using gnome slack build it is work fine Except some thing :-

the volume it is not work and get this error ((The volume control did not find any elements and/or devices to control. This means either that you don't have the right GStreamer plugins installed, or that you don't have a sound card configured. You can remove the volume control from the panel by right-clicking the speaker icon on the panel and selecting "Remove From Panel" from the menu.

No volume control GStreamer plugins and/or devices found.)) and the System Monitor give me this error when i want check the state of memory and processor ((There was an error executing 'gnome-system-monitor': Failed to execute child process "gnome-system-monitor" (No such file or directory)) and the memory flash not work and give me this error ((Error org.freedesktop.DBus.Error.AccessDenied.))

View 6 Replies View Related

Slackware :: Turn Off Netbios In Samba?

Apr 6, 2011

If you're running samba server on your Slackware box on a windows network / domain, and you don't want it showing up on the windows computers network neighborhood browser, there's a couple of things you have to do. First, add the line:

disable netbios = yes to the global section of smb.conf. This didn't work for me so I also figured out the next step:

Second, edit the rc.samba script and remove the references to starting or restarting nmbd.

In this line: if [ -x /usr/sbin/smbd -a -x /usr/sbin/nmbd -a -r /etc/samba/smb.conf ]; then

Remove the reference to nmbd (underlined above) so it looks like this:

if [ -x /usr/sbin/smbd -a -r /etc/samba/smb.conf ]; then

Then comment out with a # this part: #echo " /usr/sbin/nmbd -D" # /usr/sbin/nmbd -D

and add a comment # mark here (right before nmbd)

samba_stop() {
killall smbd # nmbd

underlined above, then restart samba or reboot. The first step may not be necessary if you make the changes to rc.samba but I did both and that took care of it.

View 8 Replies View Related

Slackware :: Samba Server Won't Start In Slack13?

Feb 15, 2010

Up until a couple days ago, samba server worked perfectly. I don't remember doing anything with it except adding another share or two. I can still run SWAT, even from remote computers, but I still have the problem of starting the samba server itself.

#./rc.samba start
Starting Samba: /usr/sbin/smbd -D
/usr/sbin/nmbd -D
#./rc.samba restart
smbd: no process killed

[Code]...

After issuing the "start" option, I go into SWAT and the status page says samba's not running.

View 4 Replies View Related

Slackware :: Stream Video Over Samba Shares?

Nov 4, 2010

How do I get samba shares to work in Dolphin without having to download the entire file before VLC loads it? I just want to watch a movie from my samba share, and it won't just stream the file.

I've tried installing Smb4k from slackbuild.org, but it doesn't seem to be working correctly either.

Is there anything like gvfs-smb for KDE?

View 3 Replies View Related

Slackware :: Crashed Shiny New Slackware System Into The 99 Error Wall?

Jan 14, 2011

pls delete this post if I should not do this as it is included in [URL]..How do I recover from the 99 error when I start my system? I can only get to my Slackware by booting into it from the Slackware DVD.I have re-run lilo but I keep getting the 99 error on start up.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved