博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 11.10 unix网络编程 开发环境
阅读量:5151 次
发布时间:2019-06-13

本文共 1404 字,大约阅读时间需要 4 分钟。

in the website above, it tells me the solution to build the envireoment.

and i choose to use the "unpv13e.tar.gz", because i needn't change any code.

but i still meet some problems.

1.in the readme file, it tells me follows the steps:

===============

Execute the following from the src/ directory:

./configure # try to figure out all implementation differences

cd lib # build the basic library that all programs need

make # use "gmake" everywhere on BSD/OS systems

cd ../libfree # continue building the basic library

make

cd ../libroute # only if your system supports 4.4BSD style routing sockets

make # only if your system supports 4.4BSD style routing sockets

cd ../libxti # only if your system supports XTI

make # only if your system supports XTI

cd ../intro # build and test a basic client program

make daytimetcpcli
./daytimetcpcli 127.0.0.1

=================

but when i exec the cd  "../libroute \n make" and "../libxti \n make"

it occurs"

unproute.h:3:45: fatal error: net/if_dl.h: No such file or directory

compilation terminated.

"

but i choose to ignore these problems. just mark it here. 

========================================

when success to built the program, run it and the result show that "connect error: Connection refused" 

i'm so stupid that forgot to run the server program!

=======================================

转载于:https://www.cnblogs.com/chhyong88/archive/2012/01/17/2324882.html

你可能感兴趣的文章
如何在Source Insight中配置Pc Lint
查看>>
初识python 面向对象
查看>>
常用的PHP数据库操作方法(MYSQL版)
查看>>
浮点型数据精度偏差与异常
查看>>
RSA加密
查看>>
小问题
查看>>
hdu 4223 Dynamic Programming?
查看>>
07CSS表格
查看>>
关于Android悬浮窗要获取按键响应的问题
查看>>
转:MyISAM 和 InnoDB 讲解
查看>>
WAS相关
查看>>
MPMoviePlayerController 电影播放器
查看>>
【Foundation Frame】NSMutableArray
查看>>
char型变量中能不能存贮一个中文汉字?为什么?
查看>>
C语言博客作业--一二维数组
查看>>
import caffe报错问题
查看>>
第六次实训作业异常处理
查看>>
如何在FineReport中解析数据库内XML文件
查看>>
Spark SQL
查看>>
MD5 介绍
查看>>