Displaying 3 results from an estimated 3 matches for "sharedo".
Did you mean:
shared
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...INCLUDE_DIR := $(HOME)/sources/asterisk02/asterisk-1.2.8/include
# turn app_conference debugging on or off ( 0 == OFF, 1 == ON )
APP_CONFERENCE_DEBUG := 1
# 0 = OFF 1 = astdsp 2 = speex
SILDET := 2
#
# app_conference objects to build
#
OBJS = app_conference.o conference.o member.o frame.o cli.o
SHAREDOS = app_conference.so
#
# standard compile settings
#
PROC = $(shell uname -m)
INSTALL = install
CC = gcc
INCLUDE = -I$(ASTERISK_INCLUDE_DIR)
LIBS = -ldl -lpthread -lm
DEBUG := -g
CFLAGS = -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
$(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE
#CFL...
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two
versions of app_conference and got the same problem on compiling:
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared recompile with -fPIC
app_conference.o: could not read symbols: Bad value"
ENVIRONMENT:
2010 Jul 26
0
cli_session_setup_blob: recieve failed (NT_STATUS_INVALID_PARAMETER)
....30 -d4lp_load: refreshing parametersInitialising global parametersparams.c:pm_process() - Processing configuration file "/etc/sfw/smb.conf"Processing section "[global]"doing parameter netbios name = pedrohandle_netbios_name: set global_myname to: PEDROdoing parameter security = sharedoing parameter guest account = jtmbdoing parameter log file = /var/log/samba-log.%mdoing parameter lock directory = /var/lock/sambadoing parameter share modes = yespm_process() returned Yesadded interface ip=193.1.3.200 bcast=193.1.3.255 nmask=255.255.255.0added interface ip=147.18.49.150 bcast=147.1...